#2C6013

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

Shades of Palm Leaf #2C6013

Tints of Palm Leaf #2C6013

Color information

#2C6013 (or 0x2C6013) is unknown color: approx Palm Leaf. HEX triplet: 2C, 60 and 13. RGB value is (44,96,19). Sum of RGB (Red+Green+Blue) = 44+96+19=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6013 is #D39FEC. Grayscale: #474747. Windows color (decimal): -13869037 or 1269804. OLE color: 1269804.

HSL color Cylindrical-coordinate representation of color #2C6013: hue angle of 100.52º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6013 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB449619-
CMYK0.5400.800.62
HSL100.52º66.96%22.55%-
HSV(B)100.52º80.21%37.65%-
XYZ5.348.952.06-
YUV71.6798.27108.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=27.67%
G=60.38%
B=11.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496190.5400.800.62100.5266.9622.55
Hex2C6013360503E654317
Octal54140236601207614510327
Binary101100110000010011110110010100001111101100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,19); }

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

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

 a { background-color: rgb(44,96,19); }

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

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

 span { border-color: rgb(44,96,19); }

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