#2D610F

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

Shades of Palm Leaf #2D610F

Tints of Palm Leaf #2D610F

Color information

#2D610F (or 0x2D610F) is unknown color: approx Palm Leaf. HEX triplet: 2D, 61 and 0F. RGB value is (45,97,15). Sum of RGB (Red+Green+Blue) = 45+97+15=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #2D610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D610F is #D29EF0. Grayscale: #484848. Windows color (decimal): -13803249 or 1007917. OLE color: 1007917.

HSL color Cylindrical-coordinate representation of color #2D610F: hue angle of 98.05º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D610F is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB459715-
CMYK0.5400.850.62
HSL98.05º73.21%21.96%-
HSV(B)98.05º84.54%38.04%-
XYZ5.449.141.93-
YUV72.195.77108.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 97 (38.28% from 255) = 61.78%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=28.66%
G=61.78%
B=9.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597150.5400.850.6298.0573.2121.96
Hex2D61F360553E624916
Octal55141176601257614211126
Binary10110111000011111110110010101011111101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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