#2F5514

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

Shades of Palm Leaf #2F5514

Tints of Palm Leaf #2F5514

Color information

#2F5514 (or 0x2F5514) is unknown color: approx Palm Leaf. HEX triplet: 2F, 55 and 14. RGB value is (47,85,20). Sum of RGB (Red+Green+Blue) = 47+85+20=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5514 is #D0AAEB. Grayscale: #424242. Windows color (decimal): -13675244 or 1332527. OLE color: 1332527.

HSL color Cylindrical-coordinate representation of color #2F5514: hue angle of 95.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F5514 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB478520-
CMYK0.4500.760.67
HSL95.08º61.9%20.59%-
HSV(B)95.08º76.47%33.33%-
XYZ4.557.151.8-
YUV66.23101.91114.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=30.92%
G=55.92%
B=13.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785200.4500.760.6795.0861.920.59
Hex2F55142D04C435f3e15
Octal57125245501141031377625
Binary101111101010110100101101010011001000011101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,20); }

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

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

 a { background-color: rgb(47,85,20); }

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

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

 span { border-color: rgb(47,85,20); }

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