Shades of Palm Leaf #2F502A
Tints of Palm Leaf #2F502A
RGB
CMYK
RGB Variations
Color information
#2F502A (or 0x2F502A) is known color: Palm Leaf. HEX triplet: 2F, 50 and 2A. RGB value is (47,80,42). Sum of RGB (Red+Green+Blue) = 47+80+42=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #2F502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F502A is #D0AFD5. Grayscale: #414141. Windows color (decimal): -13676502 or 2773039. OLE color: 2773039.
HSL color Cylindrical-coordinate representation of color #2F502A: hue angle of 112.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F502A is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 42 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.69 |
| HSL | 112.11º | 0.31% | 0.24% | - |
| HSV(B) | 112.11º | 0.48% | 0.31% | - |
| XYZ | 4.46 | 6.51 | 3.21 | - |
| YUV | 65.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 42 | 0.41 | 0 | 0.48 | 0.69 | 112.11 | 0.31 | 0.24 |
| Hex | 2F | 50 | 2A | 29 | 0 | 30 | 45 | 70 | 1F | 18 |
| Octal | 57 | 120 | 52 | 51 | 0 | 60 | 105 | 160 | 37 | 30 |
| Binary | 101111 | 1010000 | 101010 | 101001 | 0 | 110000 | 1000101 | 1110000 | 11111 | 11000 |
Color Harmonies of #2F502A
Complementary color
Monochromatic Colors of #2F502A
Black with #2F502A
Text Example
Text Example
White with #2F502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F502A; }
p { color: rgb(47,80,42); }
H1.HeaderClassName
{
color: #2F502A;
}
.AnyTagClassName
{
color: #2F502A;
}
</style>
background-color css
<style>
a { background-color: #2F502A; }
a { background-color: rgb(47,80,42); }
div.DivClassName
{
background-color: #2F502A;
}
.BgClassName
{
background-color: #2F502A;
}
</style>
border-color css
<style>
span { border-color: #2F502A; }
span { border-color: rgb(47,80,42); }
td.TdClassName
{
border-color: #2F502A;
}
.TagClassName
{
border-color: #2F502A;
}
</style>