Shades of Palm Leaf #313E2F
Tints of Palm Leaf #313E2F
RGB
CMYK
RGB Variations
Color information
#313E2F (or 0x313E2F) is known color: Palm Leaf. HEX triplet: 31, 3E and 2F. RGB value is (49,62,47). Sum of RGB (Red+Green+Blue) = 49+62+47=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #313E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E2F is #CEC1D0. Grayscale: #383838. Windows color (decimal): -13550033 or 3096113. OLE color: 3096113.
HSL color Cylindrical-coordinate representation of color #313E2F: hue angle of 112º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #313E2F is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 47 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.76 |
| HSL | 112º | 0.14% | 0.21% | - |
| HSV(B) | 112º | 0.24% | 0.24% | - |
| XYZ | 3.5 | 4.3 | 3.34 | - |
| YUV | 56.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 47 | 0.21 | 0 | 0.24 | 0.76 | 112 | 0.14 | 0.21 |
| Hex | 31 | 3E | 2F | 15 | 0 | 18 | 4C | 70 | E | 15 |
| Octal | 61 | 76 | 57 | 25 | 0 | 30 | 114 | 160 | 16 | 25 |
| Binary | 110001 | 111110 | 101111 | 10101 | 0 | 11000 | 1001100 | 1110000 | 1110 | 10101 |
Color Harmonies of #313E2F
Complementary color
Monochromatic Colors of #313E2F
Black with #313E2F
Text Example
Text Example
White with #313E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E2F; }
p { color: rgb(49,62,47); }
H1.HeaderClassName
{
color: #313E2F;
}
.AnyTagClassName
{
color: #313E2F;
}
</style>
background-color css
<style>
a { background-color: #313E2F; }
a { background-color: rgb(49,62,47); }
div.DivClassName
{
background-color: #313E2F;
}
.BgClassName
{
background-color: #313E2F;
}
</style>
border-color css
<style>
span { border-color: #313E2F; }
span { border-color: rgb(49,62,47); }
td.TdClassName
{
border-color: #313E2F;
}
.TagClassName
{
border-color: #313E2F;
}
</style>