Shades of Palm Leaf #2F432B
Tints of Palm Leaf #2F432B
RGB
CMYK
RGB Variations
Color information
#2F432B (or 0x2F432B) is known color: Palm Leaf. HEX triplet: 2F, 43 and 2B. RGB value is (47,67,43). Sum of RGB (Red+Green+Blue) = 47+67+43=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #2F432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F432B is #D0BCD4. Grayscale: #3A3A3A. Windows color (decimal): -13679829 or 2835247. OLE color: 2835247.
HSL color Cylindrical-coordinate representation of color #2F432B: hue angle of 110º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F432B is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 43 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.74 |
| HSL | 110º | 0.22% | 0.22% | - |
| HSV(B) | 110º | 0.36% | 0.26% | - |
| XYZ | 3.62 | 4.79 | 3.02 | - |
| YUV | 58.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 43 | 0.30 | 0 | 0.36 | 0.74 | 110 | 0.22 | 0.22 |
| Hex | 2F | 43 | 2B | 1E | 0 | 24 | 4A | 6E | 16 | 16 |
| Octal | 57 | 103 | 53 | 36 | 0 | 44 | 112 | 156 | 26 | 26 |
| Binary | 101111 | 1000011 | 101011 | 11110 | 0 | 100100 | 1001010 | 1101110 | 10110 | 10110 |
Color Harmonies of #2F432B
Complementary color
Monochromatic Colors of #2F432B
Black with #2F432B
Text Example
Text Example
White with #2F432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F432B; }
p { color: rgb(47,67,43); }
H1.HeaderClassName
{
color: #2F432B;
}
.AnyTagClassName
{
color: #2F432B;
}
</style>
background-color css
<style>
a { background-color: #2F432B; }
a { background-color: rgb(47,67,43); }
div.DivClassName
{
background-color: #2F432B;
}
.BgClassName
{
background-color: #2F432B;
}
</style>
border-color css
<style>
span { border-color: #2F432B; }
span { border-color: rgb(47,67,43); }
td.TdClassName
{
border-color: #2F432B;
}
.TagClassName
{
border-color: #2F432B;
}
</style>