Shades of Palm Leaf #31402E
Tints of Palm Leaf #31402E
RGB
CMYK
RGB Variations
Color information
#31402E (or 0x31402E) is known color: Palm Leaf. HEX triplet: 31, 40 and 2E. RGB value is (49,64,46). Sum of RGB (Red+Green+Blue) = 49+64+46=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #31402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402E is #CEBFD1. Grayscale: #393939. Windows color (decimal): -13549522 or 3031089. OLE color: 3031089.
HSL color Cylindrical-coordinate representation of color #31402E: hue angle of 110º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #31402E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
RGB | 49 | 64 | 46 | - |
CMYK | 0.23 | 0 | 0.28 | 0.75 |
HSL | 110º | 0.16% | 0.22% | - |
HSV(B) | 110º | 0.28% | 0.25% | - |
XYZ | 3.59 | 4.52 | 3.27 | - |
YUV | 57.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 64 | 46 | 0.23 | 0 | 0.28 | 0.75 | 110 | 0.16 | 0.22 |
Hex | 31 | 40 | 2E | 17 | 0 | 1C | 4B | 6E | 10 | 16 |
Octal | 61 | 100 | 56 | 27 | 0 | 34 | 113 | 156 | 20 | 26 |
Binary | 110001 | 1000000 | 101110 | 10111 | 0 | 11100 | 1001011 | 1101110 | 10000 | 10110 |
Color Harmonies of #31402E
Complementary color
Monochromatic Colors of #31402E
Black with #31402E
Text Example
Text Example
White with #31402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31402E; }
p { color: rgb(49,64,46); }
H1.HeaderClassName
{
color: #31402E;
}
.AnyTagClassName
{
color: #31402E;
}
</style>
background-color css
<style>
a { background-color: #31402E; }
a { background-color: rgb(49,64,46); }
div.DivClassName
{
background-color: #31402E;
}
.BgClassName
{
background-color: #31402E;
}
</style>
border-color css
<style>
span { border-color: #31402E; }
span { border-color: rgb(49,64,46); }
td.TdClassName
{
border-color: #31402E;
}
.TagClassName
{
border-color: #31402E;
}
</style>