#2D6D34

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

Shades of San Felix #2D6D34

Tints of San Felix #2D6D34

Color information

#2D6D34 (or 0x2D6D34) is unknown color: approx San Felix. HEX triplet: 2D, 6D and 34. RGB value is (45,109,52). Sum of RGB (Red+Green+Blue) = 45+109+52=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6D34 is #D292CB. Grayscale: #535353. Windows color (decimal): -13800140 or 3435821. OLE color: 3435821.

HSL color Cylindrical-coordinate representation of color #2D6D34: hue angle of 126.56º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D34 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB4510952-
CMYK0.5900.520.57
HSL126.56º41.56%30.2%-
HSV(B)126.56º58.72%42.75%-
XYZ7.1711.745.14-
YUV83.37110.3100.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.84%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=21.84%
G=52.91%
B=25.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45109520.5900.520.57126.5641.5630.2
Hex2D6D343B034397f2a1e
Octal551556473064711775236
Binary10110111011011101001110110110100111001111111110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,109,52); }

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

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

 a { background-color: rgb(45,109,52); }

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

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

 span { border-color: rgb(45,109,52); }

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