Shades of Palm Leaf #313D2F
Tints of Palm Leaf #313D2F
RGB
CMYK
RGB Variations
Color information
#313D2F (or 0x313D2F) is known color: Palm Leaf. HEX triplet: 31, 3D and 2F. RGB value is (49,61,47). Sum of RGB (Red+Green+Blue) = 49+61+47=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #313D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D2F is #CEC2D0. Grayscale: #373737. Windows color (decimal): -13550289 or 3095857. OLE color: 3095857.
HSL color Cylindrical-coordinate representation of color #313D2F: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313D2F is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 47 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.76 |
| HSL | 111.43º | 0.13% | 0.21% | - |
| HSV(B) | 111.43º | 0.23% | 0.24% | - |
| XYZ | 3.45 | 4.2 | 3.32 | - |
| YUV | 55.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 47 | 0.20 | 0 | 0.23 | 0.76 | 111.43 | 0.13 | 0.21 |
| Hex | 31 | 3D | 2F | 14 | 0 | 17 | 4C | 6F | D | 15 |
| Octal | 61 | 75 | 57 | 24 | 0 | 27 | 114 | 157 | 15 | 25 |
| Binary | 110001 | 111101 | 101111 | 10100 | 0 | 10111 | 1001100 | 1101111 | 1101 | 10101 |
Color Harmonies of #313D2F
Complementary color
Monochromatic Colors of #313D2F
Black with #313D2F
Text Example
Text Example
White with #313D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D2F; }
p { color: rgb(49,61,47); }
H1.HeaderClassName
{
color: #313D2F;
}
.AnyTagClassName
{
color: #313D2F;
}
</style>
background-color css
<style>
a { background-color: #313D2F; }
a { background-color: rgb(49,61,47); }
div.DivClassName
{
background-color: #313D2F;
}
.BgClassName
{
background-color: #313D2F;
}
</style>
border-color css
<style>
span { border-color: #313D2F; }
span { border-color: rgb(49,61,47); }
td.TdClassName
{
border-color: #313D2F;
}
.TagClassName
{
border-color: #313D2F;
}
</style>