Shades of Palm Leaf #2F4B2C
Tints of Palm Leaf #2F4B2C
RGB
CMYK
RGB Variations
Color information
#2F4B2C (or 0x2F4B2C) is known color: Palm Leaf. HEX triplet: 2F, 4B and 2C. RGB value is (47,75,44). Sum of RGB (Red+Green+Blue) = 47+75+44=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B2C is #D0B4D3. Grayscale: #3F3F3F. Windows color (decimal): -13677780 or 2902831. OLE color: 2902831.
HSL color Cylindrical-coordinate representation of color #2F4B2C: hue angle of 114.19º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4B2C is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 44 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.71 |
| HSL | 114.19º | 0.26% | 0.23% | - |
| HSV(B) | 114.19º | 0.41% | 0.29% | - |
| XYZ | 4.14 | 5.82 | 3.29 | - |
| YUV | 63.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 44 | 0.37 | 0 | 0.41 | 0.71 | 114.19 | 0.26 | 0.23 |
| Hex | 2F | 4B | 2C | 25 | 0 | 29 | 47 | 72 | 1A | 17 |
| Octal | 57 | 113 | 54 | 45 | 0 | 51 | 107 | 162 | 32 | 27 |
| Binary | 101111 | 1001011 | 101100 | 100101 | 0 | 101001 | 1000111 | 1110010 | 11010 | 10111 |
Color Harmonies of #2F4B2C
Complementary color
Monochromatic Colors of #2F4B2C
Black with #2F4B2C
Text Example
Text Example
White with #2F4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B2C; }
p { color: rgb(47,75,44); }
H1.HeaderClassName
{
color: #2F4B2C;
}
.AnyTagClassName
{
color: #2F4B2C;
}
</style>
background-color css
<style>
a { background-color: #2F4B2C; }
a { background-color: rgb(47,75,44); }
div.DivClassName
{
background-color: #2F4B2C;
}
.BgClassName
{
background-color: #2F4B2C;
}
</style>
border-color css
<style>
span { border-color: #2F4B2C; }
span { border-color: rgb(47,75,44); }
td.TdClassName
{
border-color: #2F4B2C;
}
.TagClassName
{
border-color: #2F4B2C;
}
</style>