Shades of Palm Leaf #2F4422
Tints of Palm Leaf #2F4422
RGB
CMYK
RGB Variations
Color information
#2F4422 (or 0x2F4422) is known color: Palm Leaf. HEX triplet: 2F, 44 and 22. RGB value is (47,68,34). Sum of RGB (Red+Green+Blue) = 47+68+34=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4422 is #D0BBDD. Grayscale: #393939. Windows color (decimal): -13679582 or 2245679. OLE color: 2245679.
HSL color Cylindrical-coordinate representation of color #2F4422: hue angle of 97.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F4422 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 34 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.73 |
| HSL | 97.06º | 0.33% | 0.2% | - |
| HSV(B) | 97.06º | 0.5% | 0.27% | - |
| XYZ | 3.53 | 4.85 | 2.26 | - |
| YUV | 57.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 34 | 0.31 | 0 | 0.50 | 0.73 | 97.06 | 0.33 | 0.2 |
| Hex | 2F | 44 | 22 | 1F | 0 | 32 | 49 | 61 | 21 | 14 |
| Octal | 57 | 104 | 42 | 37 | 0 | 62 | 111 | 141 | 41 | 24 |
| Binary | 101111 | 1000100 | 100010 | 11111 | 0 | 110010 | 1001001 | 1100001 | 100001 | 10100 |
Color Harmonies of #2F4422
Complementary color
Monochromatic Colors of #2F4422
Black with #2F4422
Text Example
Text Example
White with #2F4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4422; }
p { color: rgb(47,68,34); }
H1.HeaderClassName
{
color: #2F4422;
}
.AnyTagClassName
{
color: #2F4422;
}
</style>
background-color css
<style>
a { background-color: #2F4422; }
a { background-color: rgb(47,68,34); }
div.DivClassName
{
background-color: #2F4422;
}
.BgClassName
{
background-color: #2F4422;
}
</style>
border-color css
<style>
span { border-color: #2F4422; }
span { border-color: rgb(47,68,34); }
td.TdClassName
{
border-color: #2F4422;
}
.TagClassName
{
border-color: #2F4422;
}
</style>