Shades of Palm Leaf #2F402A
Tints of Palm Leaf #2F402A
RGB
CMYK
RGB Variations
Color information
#2F402A (or 0x2F402A) is known color: Palm Leaf. HEX triplet: 2F, 40 and 2A. RGB value is (47,64,42). Sum of RGB (Red+Green+Blue) = 47+64+42=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #2F402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F402A is #D0BFD5. Grayscale: #383838. Windows color (decimal): -13680598 or 2768943. OLE color: 2768943.
HSL color Cylindrical-coordinate representation of color #2F402A: hue angle of 106.36º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F402A is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 42 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.75 |
| HSL | 106.36º | 0.21% | 0.21% | - |
| HSV(B) | 106.36º | 0.34% | 0.25% | - |
| XYZ | 3.42 | 4.44 | 2.87 | - |
| YUV | 56.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 42 | 0.27 | 0 | 0.34 | 0.75 | 106.36 | 0.21 | 0.21 |
| Hex | 2F | 40 | 2A | 1B | 0 | 22 | 4B | 6A | 15 | 15 |
| Octal | 57 | 100 | 52 | 33 | 0 | 42 | 113 | 152 | 25 | 25 |
| Binary | 101111 | 1000000 | 101010 | 11011 | 0 | 100010 | 1001011 | 1101010 | 10101 | 10101 |
Color Harmonies of #2F402A
Complementary color
Monochromatic Colors of #2F402A
Black with #2F402A
Text Example
Text Example
White with #2F402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F402A; }
p { color: rgb(47,64,42); }
H1.HeaderClassName
{
color: #2F402A;
}
.AnyTagClassName
{
color: #2F402A;
}
</style>
background-color css
<style>
a { background-color: #2F402A; }
a { background-color: rgb(47,64,42); }
div.DivClassName
{
background-color: #2F402A;
}
.BgClassName
{
background-color: #2F402A;
}
</style>
border-color css
<style>
span { border-color: #2F402A; }
span { border-color: rgb(47,64,42); }
td.TdClassName
{
border-color: #2F402A;
}
.TagClassName
{
border-color: #2F402A;
}
</style>