Shades of Palm Leaf #31402D
Tints of Palm Leaf #31402D
RGB
CMYK
RGB Variations
Color information
#31402D (or 0x31402D) is known color: Palm Leaf. HEX triplet: 31, 40 and 2D. RGB value is (49,64,45). Sum of RGB (Red+Green+Blue) = 49+64+45=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #31402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402D is #CEBFD2. Grayscale: #393939. Windows color (decimal): -13549523 or 2965553. OLE color: 2965553.
HSL color Cylindrical-coordinate representation of color #31402D: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31402D is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 45 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.75 |
| HSL | 107.37º | 0.17% | 0.21% | - |
| HSV(B) | 107.37º | 0.3% | 0.25% | - |
| XYZ | 3.57 | 4.51 | 3.16 | - |
| YUV | 57.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 45 | 0.23 | 0 | 0.30 | 0.75 | 107.37 | 0.17 | 0.21 |
| Hex | 31 | 40 | 2D | 17 | 0 | 1E | 4B | 6B | 11 | 15 |
| Octal | 61 | 100 | 55 | 27 | 0 | 36 | 113 | 153 | 21 | 25 |
| Binary | 110001 | 1000000 | 101101 | 10111 | 0 | 11110 | 1001011 | 1101011 | 10001 | 10101 |
Color Harmonies of #31402D
Complementary color
Monochromatic Colors of #31402D
Black with #31402D
Text Example
Text Example
White with #31402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31402D; }
p { color: rgb(49,64,45); }
H1.HeaderClassName
{
color: #31402D;
}
.AnyTagClassName
{
color: #31402D;
}
</style>
background-color css
<style>
a { background-color: #31402D; }
a { background-color: rgb(49,64,45); }
div.DivClassName
{
background-color: #31402D;
}
.BgClassName
{
background-color: #31402D;
}
</style>
border-color css
<style>
span { border-color: #31402D; }
span { border-color: rgb(49,64,45); }
td.TdClassName
{
border-color: #31402D;
}
.TagClassName
{
border-color: #31402D;
}
</style>