Shades of Palm Leaf #313C2F
Tints of Palm Leaf #313C2F
RGB
CMYK
RGB Variations
Color information
#313C2F (or 0x313C2F) is known color: Palm Leaf. HEX triplet: 31, 3C and 2F. RGB value is (49,60,47). Sum of RGB (Red+Green+Blue) = 49+60+47=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #313C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C2F is #CEC3D0. Grayscale: #373737. Windows color (decimal): -13550545 or 3095601. OLE color: 3095601.
HSL color Cylindrical-coordinate representation of color #313C2F: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313C2F is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 60 | 47 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.76 |
| HSL | 110.77º | 0.12% | 0.21% | - |
| HSV(B) | 110.77º | 0.22% | 0.24% | - |
| XYZ | 3.4 | 4.09 | 3.3 | - |
| YUV | 55.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 47 | 0.18 | 0 | 0.22 | 0.76 | 110.77 | 0.12 | 0.21 |
| Hex | 31 | 3C | 2F | 12 | 0 | 16 | 4C | 6F | C | 15 |
| Octal | 61 | 74 | 57 | 22 | 0 | 26 | 114 | 157 | 14 | 25 |
| Binary | 110001 | 111100 | 101111 | 10010 | 0 | 10110 | 1001100 | 1101111 | 1100 | 10101 |
Color Harmonies of #313C2F
Complementary color
Monochromatic Colors of #313C2F
Black with #313C2F
Text Example
Text Example
White with #313C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C2F; }
p { color: rgb(49,60,47); }
H1.HeaderClassName
{
color: #313C2F;
}
.AnyTagClassName
{
color: #313C2F;
}
</style>
background-color css
<style>
a { background-color: #313C2F; }
a { background-color: rgb(49,60,47); }
div.DivClassName
{
background-color: #313C2F;
}
.BgClassName
{
background-color: #313C2F;
}
</style>
border-color css
<style>
span { border-color: #313C2F; }
span { border-color: rgb(49,60,47); }
td.TdClassName
{
border-color: #313C2F;
}
.TagClassName
{
border-color: #313C2F;
}
</style>