Shades of Palm Leaf #2F4427
Tints of Palm Leaf #2F4427
RGB
CMYK
RGB Variations
Color information
#2F4427 (or 0x2F4427) is known color: Palm Leaf. HEX triplet: 2F, 44 and 27. RGB value is (47,68,39). Sum of RGB (Red+Green+Blue) = 47+68+39=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4427 is #D0BBD8. Grayscale: #3A3A3A. Windows color (decimal): -13679577 or 2573359. OLE color: 2573359.
HSL color Cylindrical-coordinate representation of color #2F4427: hue angle of 103.45º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4427 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 39 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.73 |
| HSL | 103.45º | 0.27% | 0.21% | - |
| HSV(B) | 103.45º | 0.43% | 0.27% | - |
| XYZ | 3.61 | 4.89 | 2.67 | - |
| YUV | 58.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 39 | 0.31 | 0 | 0.43 | 0.73 | 103.45 | 0.27 | 0.21 |
| Hex | 2F | 44 | 27 | 1F | 0 | 2B | 49 | 67 | 1B | 15 |
| Octal | 57 | 104 | 47 | 37 | 0 | 53 | 111 | 147 | 33 | 25 |
| Binary | 101111 | 1000100 | 100111 | 11111 | 0 | 101011 | 1001001 | 1100111 | 11011 | 10101 |
Color Harmonies of #2F4427
Complementary color
Monochromatic Colors of #2F4427
Black with #2F4427
Text Example
Text Example
White with #2F4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4427; }
p { color: rgb(47,68,39); }
H1.HeaderClassName
{
color: #2F4427;
}
.AnyTagClassName
{
color: #2F4427;
}
</style>
background-color css
<style>
a { background-color: #2F4427; }
a { background-color: rgb(47,68,39); }
div.DivClassName
{
background-color: #2F4427;
}
.BgClassName
{
background-color: #2F4427;
}
</style>
border-color css
<style>
span { border-color: #2F4427; }
span { border-color: rgb(47,68,39); }
td.TdClassName
{
border-color: #2F4427;
}
.TagClassName
{
border-color: #2F4427;
}
</style>