Shades of Palm Leaf #2F4927
Tints of Palm Leaf #2F4927
RGB
CMYK
RGB Variations
Color information
#2F4927 (or 0x2F4927) is known color: Palm Leaf. HEX triplet: 2F, 49 and 27. RGB value is (47,73,39). Sum of RGB (Red+Green+Blue) = 47+73+39=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4927 is #D0B6D8. Grayscale: #3D3D3D. Windows color (decimal): -13678297 or 2574639. OLE color: 2574639.
HSL color Cylindrical-coordinate representation of color #2F4927: hue angle of 105.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4927 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 73 | 39 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.71 |
| HSL | 105.88º | 0.3% | 0.22% | - |
| HSV(B) | 105.88º | 0.47% | 0.29% | - |
| XYZ | 3.92 | 5.52 | 2.78 | - |
| YUV | 61.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 39 | 0.36 | 0 | 0.47 | 0.71 | 105.88 | 0.3 | 0.22 |
| Hex | 2F | 49 | 27 | 24 | 0 | 2F | 47 | 6A | 1E | 16 |
| Octal | 57 | 111 | 47 | 44 | 0 | 57 | 107 | 152 | 36 | 26 |
| Binary | 101111 | 1001001 | 100111 | 100100 | 0 | 101111 | 1000111 | 1101010 | 11110 | 10110 |
Color Harmonies of #2F4927
Complementary color
Monochromatic Colors of #2F4927
Black with #2F4927
Text Example
Text Example
White with #2F4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4927; }
p { color: rgb(47,73,39); }
H1.HeaderClassName
{
color: #2F4927;
}
.AnyTagClassName
{
color: #2F4927;
}
</style>
background-color css
<style>
a { background-color: #2F4927; }
a { background-color: rgb(47,73,39); }
div.DivClassName
{
background-color: #2F4927;
}
.BgClassName
{
background-color: #2F4927;
}
</style>
border-color css
<style>
span { border-color: #2F4927; }
span { border-color: rgb(47,73,39); }
td.TdClassName
{
border-color: #2F4927;
}
.TagClassName
{
border-color: #2F4927;
}
</style>