#2F5812

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

Shades of Palm Leaf #2F5812

Tints of Palm Leaf #2F5812

Color information

#2F5812 (or 0x2F5812) is unknown color: approx Palm Leaf. HEX triplet: 2F, 58 and 12. RGB value is (47,88,18). Sum of RGB (Red+Green+Blue) = 47+88+18=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5812 is #D0A7ED. Grayscale: #444444. Windows color (decimal): -13674478 or 1202223. OLE color: 1202223.

HSL color Cylindrical-coordinate representation of color #2F5812: hue angle of 95.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5812 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB478818-
CMYK0.4700.800.65
HSL95.14º66.04%20.78%-
HSV(B)95.14º79.55%34.51%-
XYZ4.777.631.79-
YUV67.7699.92113.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.72%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=30.72%
G=57.52%
B=11.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788180.4700.800.6595.1466.0420.78
Hex2F58122F050415f4215
Octal571302257012010113710225
Binary1011111011000100101011110101000010000011011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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