Shades of Palm Leaf #2F432A
Tints of Palm Leaf #2F432A
RGB
CMYK
RGB Variations
Color information
#2F432A (or 0x2F432A) is known color: Palm Leaf. HEX triplet: 2F, 43 and 2A. RGB value is (47,67,42). Sum of RGB (Red+Green+Blue) = 47+67+42=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #2F432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F432A is #D0BCD5. Grayscale: #3A3A3A. Windows color (decimal): -13679830 or 2769711. OLE color: 2769711.
HSL color Cylindrical-coordinate representation of color #2F432A: hue angle of 108º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F432A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 42 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.74 |
| HSL | 108º | 0.23% | 0.21% | - |
| HSV(B) | 108º | 0.37% | 0.26% | - |
| XYZ | 3.6 | 4.79 | 2.92 | - |
| YUV | 58.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 42 | 0.30 | 0 | 0.37 | 0.74 | 108 | 0.23 | 0.21 |
| Hex | 2F | 43 | 2A | 1E | 0 | 25 | 4A | 6C | 17 | 15 |
| Octal | 57 | 103 | 52 | 36 | 0 | 45 | 112 | 154 | 27 | 25 |
| Binary | 101111 | 1000011 | 101010 | 11110 | 0 | 100101 | 1001010 | 1101100 | 10111 | 10101 |
Color Harmonies of #2F432A
Complementary color
Monochromatic Colors of #2F432A
Black with #2F432A
Text Example
Text Example
White with #2F432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F432A; }
p { color: rgb(47,67,42); }
H1.HeaderClassName
{
color: #2F432A;
}
.AnyTagClassName
{
color: #2F432A;
}
</style>
background-color css
<style>
a { background-color: #2F432A; }
a { background-color: rgb(47,67,42); }
div.DivClassName
{
background-color: #2F432A;
}
.BgClassName
{
background-color: #2F432A;
}
</style>
border-color css
<style>
span { border-color: #2F432A; }
span { border-color: rgb(47,67,42); }
td.TdClassName
{
border-color: #2F432A;
}
.TagClassName
{
border-color: #2F432A;
}
</style>