#2B5119

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

Shades of Palm Leaf #2B5119

Tints of Palm Leaf #2B5119

Color information

#2B5119 (or 0x2B5119) is unknown color: approx Palm Leaf. HEX triplet: 2B, 51 and 19. RGB value is (43,81,25). Sum of RGB (Red+Green+Blue) = 43+81+25=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5119 is #D4AEE6. Grayscale: #3F3F3F. Windows color (decimal): -13938407 or 1659179. OLE color: 1659179.

HSL color Cylindrical-coordinate representation of color #2B5119: hue angle of 100.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B5119 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB438125-
CMYK0.4700.690.68
HSL100.71º52.83%20.78%-
HSV(B)100.71º69.14%31.76%-
XYZ4.116.471.95-
YUV63.25106.41113.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=28.86%
G=54.36%
B=16.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381250.4700.690.68100.7152.8320.78
Hex2B51192F04544653515
Octal53121315701051041456525
Binary101011101000111001101111010001011000100110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,25); }

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

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

 a { background-color: rgb(43,81,25); }

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

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

 span { border-color: rgb(43,81,25); }

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