#2D5F0F

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

Shades of Palm Leaf #2D5F0F

Tints of Palm Leaf #2D5F0F

Color information

#2D5F0F (or 0x2D5F0F) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5F and 0F. RGB value is (45,95,15). Sum of RGB (Red+Green+Blue) = 45+95+15=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F0F is #D2A0F0. Grayscale: #474747. Windows color (decimal): -13803761 or 1007405. OLE color: 1007405.

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

Color convert

RGB459515-
CMYK0.5300.840.63
HSL97.5º72.73%21.57%-
HSV(B)97.5º84.21%37.25%-
XYZ5.268.781.87-
YUV70.9396.44109.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 95 (37.5% from 255) = 61.29%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=29.03%
G=61.29%
B=9.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595150.5300.840.6397.572.7321.57
Hex2D5FF350543F624916
Octal55137176501247714211126
Binary10110110111111111110101010101001111111100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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