#2A4B16

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

Shades of Palm Leaf #2A4B16

Tints of Palm Leaf #2A4B16

Color information

#2A4B16 (or 0x2A4B16) is unknown color: approx Palm Leaf. HEX triplet: 2A, 4B and 16. RGB value is (42,75,22). Sum of RGB (Red+Green+Blue) = 42+75+22=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B16 is #D5B4E9. Grayscale: #3B3B3B. Windows color (decimal): -14005482 or 1461034. OLE color: 1461034.

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

Color convert

RGB427522-
CMYK0.4400.710.71
HSL97.36º54.64%19.02%-
HSV(B)97.36º70.67%29.41%-
XYZ3.625.581.65-
YUV59.09107.07115.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=30.22%
G=53.96%
B=15.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4275220.4400.710.7197.3654.6419.02
Hex2A4B162C04747613713
Octal52113265401071071416723
Binary101010100101110110101100010001111000111110000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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