#2F5927

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

Shades of Palm Leaf #2F5927

Tints of Palm Leaf #2F5927

Color information

#2F5927 (or 0x2F5927) is unknown color: approx Palm Leaf. HEX triplet: 2F, 59 and 27. RGB value is (47,89,39). Sum of RGB (Red+Green+Blue) = 47+89+39=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5927 is #D0A6D8. Grayscale: #464646. Windows color (decimal): -13674201 or 2578735. OLE color: 2578735.

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

Color convert

RGB478939-
CMYK0.4700.560.65
HSL110.4º39.06%25.1%-
HSV(B)110.4º56.18%34.9%-
XYZ5.117.93.17-
YUV70.74110.09111.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=26.86%
G=50.86%
B=22.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789390.4700.560.65110.439.0625.1
Hex2F59272F038416e2719
Octal5713147570701011564731
Binary101111101100110011110111101110001000001110111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,39); }

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

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

 a { background-color: rgb(47,89,39); }

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

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

 span { border-color: rgb(47,89,39); }

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