Shades of Palm Leaf #2F501B
Tints of Palm Leaf #2F501B
RGB
CMYK
RGB Variations
Color information
#2F501B (or 0x2F501B) is known color: Palm Leaf. HEX triplet: 2F, 50 and 1B. RGB value is (47,80,27). Sum of RGB (Red+Green+Blue) = 47+80+27=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #2F501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F501B is #D0AFE4. Grayscale: #404040. Windows color (decimal): -13676517 or 1789999. OLE color: 1789999.
HSL color Cylindrical-coordinate representation of color #2F501B: hue angle of 97.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F501B is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 27 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.69 |
| HSL | 97.36º | 0.5% | 0.21% | - |
| HSV(B) | 97.36º | 0.66% | 0.31% | - |
| XYZ | 4.24 | 6.42 | 2.05 | - |
| YUV | 64.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 27 | 0.41 | 0 | 0.66 | 0.69 | 97.36 | 0.5 | 0.21 |
| Hex | 2F | 50 | 1B | 29 | 0 | 42 | 45 | 61 | 32 | 15 |
| Octal | 57 | 120 | 33 | 51 | 0 | 102 | 105 | 141 | 62 | 25 |
| Binary | 101111 | 1010000 | 11011 | 101001 | 0 | 1000010 | 1000101 | 1100001 | 110010 | 10101 |
Color Harmonies of #2F501B
Complementary color
Monochromatic Colors of #2F501B
Black with #2F501B
Text Example
Text Example
White with #2F501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F501B; }
p { color: rgb(47,80,27); }
H1.HeaderClassName
{
color: #2F501B;
}
.AnyTagClassName
{
color: #2F501B;
}
</style>
background-color css
<style>
a { background-color: #2F501B; }
a { background-color: rgb(47,80,27); }
div.DivClassName
{
background-color: #2F501B;
}
.BgClassName
{
background-color: #2F501B;
}
</style>
border-color css
<style>
span { border-color: #2F501B; }
span { border-color: rgb(47,80,27); }
td.TdClassName
{
border-color: #2F501B;
}
.TagClassName
{
border-color: #2F501B;
}
</style>