#2D6014

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

Shades of Palm Leaf #2D6014

Tints of Palm Leaf #2D6014

Color information

#2D6014 (or 0x2D6014) is unknown color: approx Palm Leaf. HEX triplet: 2D, 60 and 14. RGB value is (45,96,20). Sum of RGB (Red+Green+Blue) = 45+96+20=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6014 is #D29FEB. Grayscale: #484848. Windows color (decimal): -13803500 or 1335341. OLE color: 1335341.

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

Color convert

RGB459620-
CMYK0.5300.790.62
HSL100.26º65.52%22.75%-
HSV(B)100.26º79.17%37.65%-
XYZ5.398.972.11-
YUV72.0998.6108.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=27.95%
G=59.63%
B=12.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596200.5300.790.62100.2665.5222.75
Hex2D60143504F3E644217
Octal55140246501177614410227
Binary101101110000010100110101010011111111101100100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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