#2F531B

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

Shades of Palm Leaf #2F531B

Tints of Palm Leaf #2F531B

Color information

#2F531B (or 0x2F531B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 53 and 1B. RGB value is (47,83,27). Sum of RGB (Red+Green+Blue) = 47+83+27=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #2F531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F531B is #D0ACE4. Grayscale: #424242. Windows color (decimal): -13675749 or 1790767. OLE color: 1790767.

HSL color Cylindrical-coordinate representation of color #2F531B: hue angle of 98.57º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F531B is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB478327-
CMYK0.4300.670.67
HSL98.57º50.91%21.57%-
HSV(B)98.57º67.47%32.55%-
XYZ4.466.872.13-
YUV65.85106.07114.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=29.94%
G=52.87%
B=17.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783270.4300.670.6798.5750.9121.57
Hex2F531B2B04343633316
Octal57123335301031031436326
Binary101111101001111011101011010000111000011110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,27); }

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

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

 a { background-color: rgb(47,83,27); }

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

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

 span { border-color: rgb(47,83,27); }

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