#2F5F15

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

Shades of Palm Leaf #2F5F15

Tints of Palm Leaf #2F5F15

Color information

#2F5F15 (or 0x2F5F15) is unknown color: approx Palm Leaf. HEX triplet: 2F, 5F and 15. RGB value is (47,95,21). Sum of RGB (Red+Green+Blue) = 47+95+21=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5F15 is #D0A0EA. Grayscale: #484848. Windows color (decimal): -13672683 or 1400623. OLE color: 1400623.

HSL color Cylindrical-coordinate representation of color #2F5F15: hue angle of 98.92º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5F15 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB479521-
CMYK0.5100.780.63
HSL98.92º63.79%22.75%-
HSV(B)98.92º77.89%37.25%-
XYZ5.48.842.13-
YUV72.2199.1110.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.83%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=28.83%
G=58.28%
B=12.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795210.5100.780.6398.9263.7922.75
Hex2F5F153304E3F634017
Octal57137256301167714310027
Binary101111101111110101110011010011101111111100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,21); }

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

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

 a { background-color: rgb(47,95,21); }

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

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

 span { border-color: rgb(47,95,21); }

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