#2D6C3A

Color #2D6C3A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #2D6C3A

Tints of San Felix #2D6C3A

Color information

#2D6C3A (or 0x2D6C3A) is unknown color: approx San Felix. HEX triplet: 2D, 6C and 3A. RGB value is (45,108,58). Sum of RGB (Red+Green+Blue) = 45+108+58=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6C3A is #D293C5. Grayscale: #535353. Windows color (decimal): -13800390 or 3828781. OLE color: 3828781.

HSL color Cylindrical-coordinate representation of color #2D6C3A: hue angle of 132.38º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6C3A is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB4510858-
CMYK0.5800.460.58
HSL132.38º41.18%30%-
HSV(B)132.38º58.33%42.35%-
XYZ7.2111.595.86-
YUV83.46113.63100.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=21.33%
G=51.18%
B=27.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45108580.5800.460.58132.3841.1830
Hex2D6C3A3A02E3A84291e
Octal551547272056722045136
Binary101101110110011101011101001011101110101000010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D6C3A; }

 p { color: rgb(45,108,58); }

 H1.HeaderClassName
 {
   color: #2D6C3A;
 }
 .AnyTagClassName
 {
   color: #2D6C3A;
 }
</style>
background-color css

<style>
 a { background-color: #2D6C3A; }

 a { background-color: rgb(45,108,58); }

 div.DivClassName
 {
   background-color: #2D6C3A;
 }
 .BgClassName
 {
   background-color: #2D6C3A;
 }
</style>
border-color css

<style>
 span { border-color: #2D6C3A; }

 span { border-color: rgb(45,108,58); }

 td.TdClassName
 {
   border-color: #2D6C3A;
 }
 .TagClassName
 {
   border-color: #2D6C3A;
 }
</style>