Shades of Palm Leaf #313F2C
Tints of Palm Leaf #313F2C
RGB
CMYK
RGB Variations
Color information
#313F2C (or 0x313F2C) is known color: Palm Leaf. HEX triplet: 31, 3F and 2C. RGB value is (49,63,44). Sum of RGB (Red+Green+Blue) = 49+63+44=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #313F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F2C is #CEC0D3. Grayscale: #383838. Windows color (decimal): -13549780 or 2899761. OLE color: 2899761.
HSL color Cylindrical-coordinate representation of color #313F2C: hue angle of 104.21º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313F2C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 44 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.75 |
| HSL | 104.21º | 0.18% | 0.21% | - |
| HSV(B) | 104.21º | 0.3% | 0.25% | - |
| XYZ | 3.5 | 4.39 | 3.05 | - |
| YUV | 56.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 44 | 0.22 | 0 | 0.30 | 0.75 | 104.21 | 0.18 | 0.21 |
| Hex | 31 | 3F | 2C | 16 | 0 | 1E | 4B | 68 | 12 | 15 |
| Octal | 61 | 77 | 54 | 26 | 0 | 36 | 113 | 150 | 22 | 25 |
| Binary | 110001 | 111111 | 101100 | 10110 | 0 | 11110 | 1001011 | 1101000 | 10010 | 10101 |
Color Harmonies of #313F2C
Complementary color
Monochromatic Colors of #313F2C
Black with #313F2C
Text Example
Text Example
White with #313F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F2C; }
p { color: rgb(49,63,44); }
H1.HeaderClassName
{
color: #313F2C;
}
.AnyTagClassName
{
color: #313F2C;
}
</style>
background-color css
<style>
a { background-color: #313F2C; }
a { background-color: rgb(49,63,44); }
div.DivClassName
{
background-color: #313F2C;
}
.BgClassName
{
background-color: #313F2C;
}
</style>
border-color css
<style>
span { border-color: #313F2C; }
span { border-color: rgb(49,63,44); }
td.TdClassName
{
border-color: #313F2C;
}
.TagClassName
{
border-color: #313F2C;
}
</style>