Shades of Palm Leaf #2F5226
Tints of Palm Leaf #2F5226
RGB
CMYK
RGB Variations
Color information
#2F5226 (or 0x2F5226) is known color: Palm Leaf. HEX triplet: 2F, 52 and 26. RGB value is (47,82,38). Sum of RGB (Red+Green+Blue) = 47+82+38=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5226 is #D0ADD9. Grayscale: #424242. Windows color (decimal): -13675994 or 2511407. OLE color: 2511407.
HSL color Cylindrical-coordinate representation of color #2F5226: hue angle of 107.73º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5226 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 82 | 38 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.68 |
| HSL | 107.73º | 0.37% | 0.24% | - |
| HSV(B) | 107.73º | 0.54% | 0.32% | - |
| XYZ | 4.54 | 6.78 | 2.9 | - |
| YUV | 66.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 38 | 0.43 | 0 | 0.54 | 0.68 | 107.73 | 0.37 | 0.24 |
| Hex | 2F | 52 | 26 | 2B | 0 | 36 | 44 | 6C | 25 | 18 |
| Octal | 57 | 122 | 46 | 53 | 0 | 66 | 104 | 154 | 45 | 30 |
| Binary | 101111 | 1010010 | 100110 | 101011 | 0 | 110110 | 1000100 | 1101100 | 100101 | 11000 |
Color Harmonies of #2F5226
Complementary color
Monochromatic Colors of #2F5226
Black with #2F5226
Text Example
Text Example
White with #2F5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5226; }
p { color: rgb(47,82,38); }
H1.HeaderClassName
{
color: #2F5226;
}
.AnyTagClassName
{
color: #2F5226;
}
</style>
background-color css
<style>
a { background-color: #2F5226; }
a { background-color: rgb(47,82,38); }
div.DivClassName
{
background-color: #2F5226;
}
.BgClassName
{
background-color: #2F5226;
}
</style>
border-color css
<style>
span { border-color: #2F5226; }
span { border-color: rgb(47,82,38); }
td.TdClassName
{
border-color: #2F5226;
}
.TagClassName
{
border-color: #2F5226;
}
</style>