Shades of Palm Leaf #2F5422
Tints of Palm Leaf #2F5422
RGB
CMYK
RGB Variations
Color information
#2F5422 (or 0x2F5422) is known color: Palm Leaf. HEX triplet: 2F, 54 and 22. RGB value is (47,84,34). Sum of RGB (Red+Green+Blue) = 47+84+34=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5422 is #D0ABDD. Grayscale: #434343. Windows color (decimal): -13675486 or 2249775. OLE color: 2249775.
HSL color Cylindrical-coordinate representation of color #2F5422: hue angle of 104.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F5422 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 34 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.67 |
| HSL | 104.4º | 0.42% | 0.23% | - |
| HSV(B) | 104.4º | 0.6% | 0.33% | - |
| XYZ | 4.63 | 7.06 | 2.63 | - |
| YUV | 67.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 34 | 0.44 | 0 | 0.60 | 0.67 | 104.4 | 0.42 | 0.23 |
| Hex | 2F | 54 | 22 | 2C | 0 | 3C | 43 | 68 | 2A | 17 |
| Octal | 57 | 124 | 42 | 54 | 0 | 74 | 103 | 150 | 52 | 27 |
| Binary | 101111 | 1010100 | 100010 | 101100 | 0 | 111100 | 1000011 | 1101000 | 101010 | 10111 |
Color Harmonies of #2F5422
Complementary color
Monochromatic Colors of #2F5422
Black with #2F5422
Text Example
Text Example
White with #2F5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5422; }
p { color: rgb(47,84,34); }
H1.HeaderClassName
{
color: #2F5422;
}
.AnyTagClassName
{
color: #2F5422;
}
</style>
background-color css
<style>
a { background-color: #2F5422; }
a { background-color: rgb(47,84,34); }
div.DivClassName
{
background-color: #2F5422;
}
.BgClassName
{
background-color: #2F5422;
}
</style>
border-color css
<style>
span { border-color: #2F5422; }
span { border-color: rgb(47,84,34); }
td.TdClassName
{
border-color: #2F5422;
}
.TagClassName
{
border-color: #2F5422;
}
</style>