Shades of Palm Leaf #2F4B2E
Tints of Palm Leaf #2F4B2E
RGB
CMYK
RGB Variations
Color information
#2F4B2E (or 0x2F4B2E) is known color: Palm Leaf. HEX triplet: 2F, 4B and 2E. RGB value is (47,75,46). Sum of RGB (Red+Green+Blue) = 47+75+46=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B2E is #D0B4D1. Grayscale: #3F3F3F. Windows color (decimal): -13677778 or 3033903. OLE color: 3033903.
HSL color Cylindrical-coordinate representation of color #2F4B2E: hue angle of 117.93º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4B2E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 46 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.71 |
| HSL | 117.93º | 0.24% | 0.24% | - |
| HSV(B) | 117.93º | 0.39% | 0.29% | - |
| XYZ | 4.18 | 5.83 | 3.49 | - |
| YUV | 63.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 46 | 0.37 | 0 | 0.39 | 0.71 | 117.93 | 0.24 | 0.24 |
| Hex | 2F | 4B | 2E | 25 | 0 | 27 | 47 | 76 | 18 | 18 |
| Octal | 57 | 113 | 56 | 45 | 0 | 47 | 107 | 166 | 30 | 30 |
| Binary | 101111 | 1001011 | 101110 | 100101 | 0 | 100111 | 1000111 | 1110110 | 11000 | 11000 |
Color Harmonies of #2F4B2E
Complementary color
Monochromatic Colors of #2F4B2E
Black with #2F4B2E
Text Example
Text Example
White with #2F4B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B2E; }
p { color: rgb(47,75,46); }
H1.HeaderClassName
{
color: #2F4B2E;
}
.AnyTagClassName
{
color: #2F4B2E;
}
</style>
background-color css
<style>
a { background-color: #2F4B2E; }
a { background-color: rgb(47,75,46); }
div.DivClassName
{
background-color: #2F4B2E;
}
.BgClassName
{
background-color: #2F4B2E;
}
</style>
border-color css
<style>
span { border-color: #2F4B2E; }
span { border-color: rgb(47,75,46); }
td.TdClassName
{
border-color: #2F4B2E;
}
.TagClassName
{
border-color: #2F4B2E;
}
</style>