#2B4C19

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

Shades of Palm Leaf #2B4C19

Tints of Palm Leaf #2B4C19

Color information

#2B4C19 (or 0x2B4C19) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4C and 19. RGB value is (43,76,25). Sum of RGB (Red+Green+Blue) = 43+76+25=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4C19 is #D4B3E6. Grayscale: #3C3C3C. Windows color (decimal): -13939687 or 1657899. OLE color: 1657899.

HSL color Cylindrical-coordinate representation of color #2B4C19: hue angle of 98.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4C19 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB437625-
CMYK0.4300.670.70
HSL98.82º50.5%19.8%-
HSV(B)98.82º67.11%29.8%-
XYZ3.765.751.83-
YUV60.32108.07115.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=29.86%
G=52.78%
B=17.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4376250.4300.670.7098.8250.519.8
Hex2B4C192B04346633214
Octal53114315301031061436224
Binary101011100110011001101011010000111000110110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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