#2C5822

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

Shades of Palm Leaf #2C5822

Tints of Palm Leaf #2C5822

Color information

#2C5822 (or 0x2C5822) is unknown color: approx Palm Leaf. HEX triplet: 2C, 58 and 22. RGB value is (44,88,34). Sum of RGB (Red+Green+Blue) = 44+88+34=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5822 is #D3A7DD. Grayscale: #444444. Windows color (decimal): -13871070 or 2250796. OLE color: 2250796.

HSL color Cylindrical-coordinate representation of color #2C5822: hue angle of 108.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5822 is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB448834-
CMYK0.500.610.65
HSL108.89º44.26%23.92%-
HSV(B)108.89º61.36%34.51%-
XYZ4.827.632.73-
YUV68.69108.42110.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=26.51%
G=53.01%
B=20.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4488340.500.610.65108.8944.2623.92
Hex2C58223203D416d2c18
Octal5413042620751011555430
Binary101100101100010001011001001111011000001110110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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