#2F5821

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

Shades of Palm Leaf #2F5821

Tints of Palm Leaf #2F5821

Color information

#2F5821 (or 0x2F5821) is unknown color: approx Palm Leaf. HEX triplet: 2F, 58 and 21. RGB value is (47,88,33). Sum of RGB (Red+Green+Blue) = 47+88+33=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5821 is #D0A7DE. Grayscale: #454545. Windows color (decimal): -13674463 or 2185263. OLE color: 2185263.

HSL color Cylindrical-coordinate representation of color #2F5821: hue angle of 104.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F5821 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB478833-
CMYK0.4700.620.65
HSL104.73º45.45%23.73%-
HSV(B)104.73º62.5%34.51%-
XYZ4.947.692.66-
YUV69.47107.42111.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=27.98%
G=52.38%
B=19.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788330.4700.620.65104.7345.4523.73
Hex2F58212F03E41692d18
Octal5713041570761011515530
Binary101111101100010000110111101111101000001110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,33); }

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

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

 a { background-color: rgb(47,88,33); }

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

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

 span { border-color: rgb(47,88,33); }

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