Shades of Palm Leaf #2F452B
Tints of Palm Leaf #2F452B
RGB
CMYK
RGB Variations
Color information
#2F452B (or 0x2F452B) is known color: Palm Leaf. HEX triplet: 2F, 45 and 2B. RGB value is (47,69,43). Sum of RGB (Red+Green+Blue) = 47+69+43=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #2F452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F452B is #D0BAD4. Grayscale: #3B3B3B. Windows color (decimal): -13679317 or 2835759. OLE color: 2835759.
HSL color Cylindrical-coordinate representation of color #2F452B: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F452B is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 43 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.73 |
| HSL | 110.77º | 0.23% | 0.22% | - |
| HSV(B) | 110.77º | 0.38% | 0.27% | - |
| XYZ | 3.74 | 5.04 | 3.06 | - |
| YUV | 59.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 43 | 0.32 | 0 | 0.38 | 0.73 | 110.77 | 0.23 | 0.22 |
| Hex | 2F | 45 | 2B | 20 | 0 | 26 | 49 | 6F | 17 | 16 |
| Octal | 57 | 105 | 53 | 40 | 0 | 46 | 111 | 157 | 27 | 26 |
| Binary | 101111 | 1000101 | 101011 | 100000 | 0 | 100110 | 1001001 | 1101111 | 10111 | 10110 |
Color Harmonies of #2F452B
Complementary color
Monochromatic Colors of #2F452B
Black with #2F452B
Text Example
Text Example
White with #2F452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F452B; }
p { color: rgb(47,69,43); }
H1.HeaderClassName
{
color: #2F452B;
}
.AnyTagClassName
{
color: #2F452B;
}
</style>
background-color css
<style>
a { background-color: #2F452B; }
a { background-color: rgb(47,69,43); }
div.DivClassName
{
background-color: #2F452B;
}
.BgClassName
{
background-color: #2F452B;
}
</style>
border-color css
<style>
span { border-color: #2F452B; }
span { border-color: rgb(47,69,43); }
td.TdClassName
{
border-color: #2F452B;
}
.TagClassName
{
border-color: #2F452B;
}
</style>