#2D6009

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

Shades of Palm Leaf #2D6009

Tints of Palm Leaf #2D6009

Color information

#2D6009 (or 0x2D6009) is unknown color: approx Palm Leaf. HEX triplet: 2D, 60 and 09. RGB value is (45,96,9). Sum of RGB (Red+Green+Blue) = 45+96+9=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6009 is #D29FF6. Grayscale: #474747. Windows color (decimal): -13803511 or 614445. OLE color: 614445.

HSL color Cylindrical-coordinate representation of color #2D6009: hue angle of 95.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D6009 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB45969-
CMYK0.5300.910.62
HSL95.17º82.86%20.59%-
HSV(B)95.17º90.62%37.65%-
XYZ5.318.941.7-
YUV70.8393.1109.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 9 (3.91% from 255) = 6%
R=30%
G=64%
B=6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal459690.5300.910.6295.1782.8620.59
Hex2D6093505B3E5f5315
Octal55140116501337613712325
Binary10110111000001001110101010110111111101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,9); }

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

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

 a { background-color: rgb(45,96,9); }

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

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

 span { border-color: rgb(45,96,9); }

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