Shades of Palm Leaf #2F600B
Tints of Palm Leaf #2F600B
RGB
CMYK
RGB Variations
Color information
#2F600B (or 0x2F600B) is known color: Palm Leaf. HEX triplet: 2F, 60 and 0B. RGB value is (47,96,11). Sum of RGB (Red+Green+Blue) = 47+96+11=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #2F600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F600B is #D09FF4. Grayscale: #474747. Windows color (decimal): -13672437 or 745519. OLE color: 745519.
HSL color Cylindrical-coordinate representation of color #2F600B: hue angle of 94.59º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F600B is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 11 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.62 |
| HSL | 94.59º | 0.79% | 0.21% | - |
| HSV(B) | 94.59º | 0.89% | 0.38% | - |
| XYZ | 5.42 | 8.99 | 1.77 | - |
| YUV | 71.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 11 | 0.51 | 0 | 0.89 | 0.62 | 94.59 | 0.79 | 0.21 |
| Hex | 2F | 60 | B | 33 | 0 | 59 | 3E | 5F | 4F | 15 |
| Octal | 57 | 140 | 13 | 63 | 0 | 131 | 76 | 137 | 117 | 25 |
| Binary | 101111 | 1100000 | 1011 | 110011 | 0 | 1011001 | 111110 | 1011111 | 1001111 | 10101 |
Color Harmonies of #2F600B
Complementary color
Monochromatic Colors of #2F600B
Black with #2F600B
Text Example
Text Example
White with #2F600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F600B; }
p { color: rgb(47,96,11); }
H1.HeaderClassName
{
color: #2F600B;
}
.AnyTagClassName
{
color: #2F600B;
}
</style>
background-color css
<style>
a { background-color: #2F600B; }
a { background-color: rgb(47,96,11); }
div.DivClassName
{
background-color: #2F600B;
}
.BgClassName
{
background-color: #2F600B;
}
</style>
border-color css
<style>
span { border-color: #2F600B; }
span { border-color: rgb(47,96,11); }
td.TdClassName
{
border-color: #2F600B;
}
.TagClassName
{
border-color: #2F600B;
}
</style>