#2C5122

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

Shades of Palm Leaf #2C5122

Tints of Palm Leaf #2C5122

Color information

#2C5122 (or 0x2C5122) is unknown color: approx Palm Leaf. HEX triplet: 2C, 51 and 22. RGB value is (44,81,34). Sum of RGB (Red+Green+Blue) = 44+81+34=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #2C5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5122 is #D3AEDD. Grayscale: #404040. Windows color (decimal): -13872862 or 2249004. OLE color: 2249004.

HSL color Cylindrical-coordinate representation of color #2C5122: hue angle of 107.23º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C5122 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB448134-
CMYK0.4600.580.68
HSL107.23º40.87%22.55%-
HSV(B)107.23º58.02%31.76%-
XYZ4.276.542.55-
YUV64.58110.74113.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=27.67%
G=50.94%
B=21.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481340.4600.580.68107.2340.8722.55
Hex2C51222E03A446b2917
Octal5412142560721041535127
Binary101100101000110001010111001110101000100110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,34); }

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

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

 a { background-color: rgb(44,81,34); }

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

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

 span { border-color: rgb(44,81,34); }

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