#2A4B18

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

Shades of Palm Leaf #2A4B18

Tints of Palm Leaf #2A4B18

Color information

#2A4B18 (or 0x2A4B18) is unknown color: approx Palm Leaf. HEX triplet: 2A, 4B and 18. RGB value is (42,75,24). Sum of RGB (Red+Green+Blue) = 42+75+24=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B18 is #D5B4E7. Grayscale: #3B3B3B. Windows color (decimal): -14005480 or 1592106. OLE color: 1592106.

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

Color convert

RGB427524-
CMYK0.4400.680.71
HSL98.82º51.52%19.41%-
HSV(B)98.82º68%29.41%-
XYZ3.645.591.75-
YUV59.32108.07115.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=29.79%
G=53.19%
B=17.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4275240.4400.680.7198.8251.5219.41
Hex2A4B182C04447633413
Octal52113305401041071436423
Binary101010100101111000101100010001001000111110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,75,24); }

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

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

 a { background-color: rgb(42,75,24); }

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

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

 span { border-color: rgb(42,75,24); }

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