Shades of Palm Leaf #2F4F2D
Tints of Palm Leaf #2F4F2D
RGB
CMYK
RGB Variations
Color information
#2F4F2D (or 0x2F4F2D) is known color: Palm Leaf. HEX triplet: 2F, 4F and 2D. RGB value is (47,79,45). Sum of RGB (Red+Green+Blue) = 47+79+45=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F2D is #D0B0D2. Grayscale: #414141. Windows color (decimal): -13676755 or 2969391. OLE color: 2969391.
HSL color Cylindrical-coordinate representation of color #2F4F2D: hue angle of 116.47º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4F2D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 45 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.69 |
| HSL | 116.47º | 0.27% | 0.24% | - |
| HSV(B) | 116.47º | 0.43% | 0.31% | - |
| XYZ | 4.44 | 6.39 | 3.48 | - |
| YUV | 65.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 45 | 0.41 | 0 | 0.43 | 0.69 | 116.47 | 0.27 | 0.24 |
| Hex | 2F | 4F | 2D | 29 | 0 | 2B | 45 | 74 | 1B | 18 |
| Octal | 57 | 117 | 55 | 51 | 0 | 53 | 105 | 164 | 33 | 30 |
| Binary | 101111 | 1001111 | 101101 | 101001 | 0 | 101011 | 1000101 | 1110100 | 11011 | 11000 |
Color Harmonies of #2F4F2D
Complementary color
Monochromatic Colors of #2F4F2D
Black with #2F4F2D
Text Example
Text Example
White with #2F4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F2D; }
p { color: rgb(47,79,45); }
H1.HeaderClassName
{
color: #2F4F2D;
}
.AnyTagClassName
{
color: #2F4F2D;
}
</style>
background-color css
<style>
a { background-color: #2F4F2D; }
a { background-color: rgb(47,79,45); }
div.DivClassName
{
background-color: #2F4F2D;
}
.BgClassName
{
background-color: #2F4F2D;
}
</style>
border-color css
<style>
span { border-color: #2F4F2D; }
span { border-color: rgb(47,79,45); }
td.TdClassName
{
border-color: #2F4F2D;
}
.TagClassName
{
border-color: #2F4F2D;
}
</style>