#2B5715

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

Shades of Palm Leaf #2B5715

Tints of Palm Leaf #2B5715

Color information

#2B5715 (or 0x2B5715) is unknown color: approx Palm Leaf. HEX triplet: 2B, 57 and 15. RGB value is (43,87,21). Sum of RGB (Red+Green+Blue) = 43+87+21=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5715 is #D4A8EA. Grayscale: #424242. Windows color (decimal): -13936875 or 1398571. OLE color: 1398571.

HSL color Cylindrical-coordinate representation of color #2B5715: hue angle of 100º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5715 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB438721-
CMYK0.5100.760.66
HSL100º61.11%21.18%-
HSV(B)100º75.86%34.12%-
XYZ4.547.381.9-
YUV66.32102.42111.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.48%
GREEN value IS 87 (34.38% from 255) = 57.62%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=28.48%
G=57.62%
B=13.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387210.5100.760.6610061.1121.18
Hex2B57153304C42643d15
Octal53127256301141021447525
Binary101011101011110101110011010011001000010110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,21); }

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

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

 a { background-color: rgb(43,87,21); }

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

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

 span { border-color: rgb(43,87,21); }

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