#2F5822

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

Shades of Palm Leaf #2F5822

Tints of Palm Leaf #2F5822

Color information

#2F5822 (or 0x2F5822) is unknown color: approx Palm Leaf. HEX triplet: 2F, 58 and 22. RGB value is (47,88,34). Sum of RGB (Red+Green+Blue) = 47+88+34=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5822 is #D0A7DD. Grayscale: #454545. Windows color (decimal): -13674462 or 2250799. OLE color: 2250799.

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

Color convert

RGB478834-
CMYK0.4700.610.65
HSL105.56º44.26%23.92%-
HSV(B)105.56º61.36%34.51%-
XYZ4.957.72.74-
YUV69.59107.92111.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=27.81%
G=52.07%
B=20.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788340.4700.610.65105.5644.2623.92
Hex2F58222F03D416a2c18
Octal5713042570751011525430
Binary101111101100010001010111101111011000001110101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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