Shades of Palm Leaf #313D2E
Tints of Palm Leaf #313D2E
RGB
CMYK
RGB Variations
Color information
#313D2E (or 0x313D2E) is known color: Palm Leaf. HEX triplet: 31, 3D and 2E. RGB value is (49,61,46). Sum of RGB (Red+Green+Blue) = 49+61+46=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #313D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D2E is #CEC2D1. Grayscale: #373737. Windows color (decimal): -13550290 or 3030321. OLE color: 3030321.
HSL color Cylindrical-coordinate representation of color #313D2E: hue angle of 108º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313D2E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 46 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.76 |
| HSL | 108º | 0.14% | 0.21% | - |
| HSV(B) | 108º | 0.25% | 0.24% | - |
| XYZ | 3.43 | 4.19 | 3.21 | - |
| YUV | 55.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 46 | 0.20 | 0 | 0.25 | 0.76 | 108 | 0.14 | 0.21 |
| Hex | 31 | 3D | 2E | 14 | 0 | 19 | 4C | 6C | E | 15 |
| Octal | 61 | 75 | 56 | 24 | 0 | 31 | 114 | 154 | 16 | 25 |
| Binary | 110001 | 111101 | 101110 | 10100 | 0 | 11001 | 1001100 | 1101100 | 1110 | 10101 |
Color Harmonies of #313D2E
Complementary color
Monochromatic Colors of #313D2E
Black with #313D2E
Text Example
Text Example
White with #313D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D2E; }
p { color: rgb(49,61,46); }
H1.HeaderClassName
{
color: #313D2E;
}
.AnyTagClassName
{
color: #313D2E;
}
</style>
background-color css
<style>
a { background-color: #313D2E; }
a { background-color: rgb(49,61,46); }
div.DivClassName
{
background-color: #313D2E;
}
.BgClassName
{
background-color: #313D2E;
}
</style>
border-color css
<style>
span { border-color: #313D2E; }
span { border-color: rgb(49,61,46); }
td.TdClassName
{
border-color: #313D2E;
}
.TagClassName
{
border-color: #313D2E;
}
</style>