Shades of Palm Leaf #2F600F
Tints of Palm Leaf #2F600F
RGB
CMYK
RGB Variations
Color information
#2F600F (or 0x2F600F) is known color: Palm Leaf. HEX triplet: 2F, 60 and 0F. RGB value is (47,96,15). Sum of RGB (Red+Green+Blue) = 47+96+15=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #2F600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F600F is #D09FF0. Grayscale: #484848. Windows color (decimal): -13672433 or 1007663. OLE color: 1007663.
HSL color Cylindrical-coordinate representation of color #2F600F: hue angle of 96.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F600F is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 15 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.62 |
| HSL | 96.3º | 0.73% | 0.22% | - |
| HSV(B) | 96.3º | 0.84% | 0.38% | - |
| XYZ | 5.44 | 9 | 1.9 | - |
| YUV | 72.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 15 | 0.51 | 0 | 0.84 | 0.62 | 96.3 | 0.73 | 0.22 |
| Hex | 2F | 60 | F | 33 | 0 | 54 | 3E | 60 | 49 | 16 |
| Octal | 57 | 140 | 17 | 63 | 0 | 124 | 76 | 140 | 111 | 26 |
| Binary | 101111 | 1100000 | 1111 | 110011 | 0 | 1010100 | 111110 | 1100000 | 1001001 | 10110 |
Color Harmonies of #2F600F
Complementary color
Monochromatic Colors of #2F600F
Black with #2F600F
Text Example
Text Example
White with #2F600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F600F; }
p { color: rgb(47,96,15); }
H1.HeaderClassName
{
color: #2F600F;
}
.AnyTagClassName
{
color: #2F600F;
}
</style>
background-color css
<style>
a { background-color: #2F600F; }
a { background-color: rgb(47,96,15); }
div.DivClassName
{
background-color: #2F600F;
}
.BgClassName
{
background-color: #2F600F;
}
</style>
border-color css
<style>
span { border-color: #2F600F; }
span { border-color: rgb(47,96,15); }
td.TdClassName
{
border-color: #2F600F;
}
.TagClassName
{
border-color: #2F600F;
}
</style>