#2B4E16

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

Shades of Palm Leaf #2B4E16

Tints of Palm Leaf #2B4E16

Color information

#2B4E16 (or 0x2B4E16) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4E and 16. RGB value is (43,78,22). Sum of RGB (Red+Green+Blue) = 43+78+22=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4E16 is #D4B1E9. Grayscale: #3D3D3D. Windows color (decimal): -13939178 or 1461803. OLE color: 1461803.

HSL color Cylindrical-coordinate representation of color #2B4E16: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4E16 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB437822-
CMYK0.4500.720.69
HSL97.5º56%19.61%-
HSV(B)97.5º71.79%30.59%-
XYZ3.876.021.72-
YUV61.15105.9115.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 78 (30.86% from 255) = 54.55%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=30.07%
G=54.55%
B=15.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378220.4500.720.6997.55619.61
Hex2B4E162D04845623814
Octal53116265501101051427024
Binary101011100111010110101101010010001000101110001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,22); }

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

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

 a { background-color: rgb(43,78,22); }

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

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

 span { border-color: rgb(43,78,22); }

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