#2C5817

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

Shades of Palm Leaf #2C5817

Tints of Palm Leaf #2C5817

Color information

#2C5817 (or 0x2C5817) is unknown color: approx Palm Leaf. HEX triplet: 2C, 58 and 17. RGB value is (44,88,23). Sum of RGB (Red+Green+Blue) = 44+88+23=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5817 is #D3A7E8. Grayscale: #434343. Windows color (decimal): -13871081 or 1529900. OLE color: 1529900.

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

Color convert

RGB448823-
CMYK0.500.740.65
HSL100.62º58.56%21.76%-
HSV(B)100.62º73.86%34.51%-
XYZ4.687.582.03-
YUV67.43102.92111.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=28.39%
G=56.77%
B=14.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4488230.500.740.65100.6258.5621.76
Hex2C58173204A41653b16
Octal54130276201121011457326
Binary101100101100010111110010010010101000001110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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