Shades of Palm Leaf #2F502B
Tints of Palm Leaf #2F502B
RGB
CMYK
RGB Variations
Color information
#2F502B (or 0x2F502B) is known color: Palm Leaf. HEX triplet: 2F, 50 and 2B. RGB value is (47,80,43). Sum of RGB (Red+Green+Blue) = 47+80+43=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #2F502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F502B is #D0AFD4. Grayscale: #424242. Windows color (decimal): -13676501 or 2838575. OLE color: 2838575.
HSL color Cylindrical-coordinate representation of color #2F502B: hue angle of 113.51º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F502B is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 43 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.69 |
| HSL | 113.51º | 0.3% | 0.24% | - |
| HSV(B) | 113.51º | 0.46% | 0.31% | - |
| XYZ | 4.48 | 6.52 | 3.31 | - |
| YUV | 65.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 43 | 0.41 | 0 | 0.46 | 0.69 | 113.51 | 0.3 | 0.24 |
| Hex | 2F | 50 | 2B | 29 | 0 | 2E | 45 | 72 | 1E | 18 |
| Octal | 57 | 120 | 53 | 51 | 0 | 56 | 105 | 162 | 36 | 30 |
| Binary | 101111 | 1010000 | 101011 | 101001 | 0 | 101110 | 1000101 | 1110010 | 11110 | 11000 |
Color Harmonies of #2F502B
Complementary color
Monochromatic Colors of #2F502B
Black with #2F502B
Text Example
Text Example
White with #2F502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F502B; }
p { color: rgb(47,80,43); }
H1.HeaderClassName
{
color: #2F502B;
}
.AnyTagClassName
{
color: #2F502B;
}
</style>
background-color css
<style>
a { background-color: #2F502B; }
a { background-color: rgb(47,80,43); }
div.DivClassName
{
background-color: #2F502B;
}
.BgClassName
{
background-color: #2F502B;
}
</style>
border-color css
<style>
span { border-color: #2F502B; }
span { border-color: rgb(47,80,43); }
td.TdClassName
{
border-color: #2F502B;
}
.TagClassName
{
border-color: #2F502B;
}
</style>