#2C4A19

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

Shades of Palm Leaf #2C4A19

Tints of Palm Leaf #2C4A19

Color information

#2C4A19 (or 0x2C4A19) is unknown color: approx Palm Leaf. HEX triplet: 2C, 4A and 19. RGB value is (44,74,25). Sum of RGB (Red+Green+Blue) = 44+74+25=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4A19 is #D3B5E6. Grayscale: #3B3B3B. Windows color (decimal): -13874663 or 1657388. OLE color: 1657388.

HSL color Cylindrical-coordinate representation of color #2C4A19: hue angle of 96.73º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C4A19 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB447425-
CMYK0.4100.660.71
HSL96.73º49.49%19.41%-
HSV(B)96.73º66.22%29.02%-
XYZ3.665.51.79-
YUV59.44108.56116.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 74 (29.30% from 255) = 51.75%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=30.77%
G=51.75%
B=17.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4474250.4100.660.7196.7349.4919.41
Hex2C4A192904247613113
Octal54112315101021071416123
Binary101100100101011001101001010000101000111110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,25); }

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

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

 a { background-color: rgb(44,74,25); }

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

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

 span { border-color: rgb(44,74,25); }

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