#2D5F17

Color #2D5F17 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2D5F17

Tints of Palm Leaf #2D5F17

Color information

#2D5F17 (or 0x2D5F17) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5F and 17. RGB value is (45,95,23). Sum of RGB (Red+Green+Blue) = 45+95+23=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F17 is #D2A0E8. Grayscale: #484848. Windows color (decimal): -13803753 or 1531693. OLE color: 1531693.

HSL color Cylindrical-coordinate representation of color #2D5F17: hue angle of 101.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5F17 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB459523-
CMYK0.5300.760.63
HSL101.67º61.02%23.14%-
HSV(B)101.67º75.79%37.25%-
XYZ5.338.82.23-
YUV71.84100.44108.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=27.61%
G=58.28%
B=14.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595230.5300.760.63101.6761.0223.14
Hex2D5F173504C3F663d17
Octal5513727650114771467527
Binary10110110111111011111010101001100111111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,95,23); }

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

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

 a { background-color: rgb(45,95,23); }

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

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

 span { border-color: rgb(45,95,23); }

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