Shades of Palm Leaf #315C1F
Tints of Palm Leaf #315C1F
RGB
CMYK
RGB Variations
Color information
#315C1F (or 0x315C1F) is known color: Palm Leaf. HEX triplet: 31, 5C and 1F. RGB value is (49,92,31). Sum of RGB (Red+Green+Blue) = 49+92+31=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #315C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C1F is #CEA3E0. Grayscale: #484848. Windows color (decimal): -13542369 or 2055217. OLE color: 2055217.
HSL color Cylindrical-coordinate representation of color #315C1F: hue angle of 102.3º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315C1F is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 31 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.64 |
| HSL | 102.3º | 0.5% | 0.24% | - |
| HSV(B) | 102.3º | 0.66% | 0.36% | - |
| XYZ | 5.34 | 8.41 | 2.64 | - |
| YUV | 72.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 31 | 0.47 | 0 | 0.66 | 0.64 | 102.3 | 0.5 | 0.24 |
| Hex | 31 | 5C | 1F | 2F | 0 | 42 | 40 | 66 | 32 | 18 |
| Octal | 61 | 134 | 37 | 57 | 0 | 102 | 100 | 146 | 62 | 30 |
| Binary | 110001 | 1011100 | 11111 | 101111 | 0 | 1000010 | 1000000 | 1100110 | 110010 | 11000 |
Color Harmonies of #315C1F
Complementary color
Monochromatic Colors of #315C1F
Black with #315C1F
Text Example
Text Example
White with #315C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C1F; }
p { color: rgb(49,92,31); }
H1.HeaderClassName
{
color: #315C1F;
}
.AnyTagClassName
{
color: #315C1F;
}
</style>
background-color css
<style>
a { background-color: #315C1F; }
a { background-color: rgb(49,92,31); }
div.DivClassName
{
background-color: #315C1F;
}
.BgClassName
{
background-color: #315C1F;
}
</style>
border-color css
<style>
span { border-color: #315C1F; }
span { border-color: rgb(49,92,31); }
td.TdClassName
{
border-color: #315C1F;
}
.TagClassName
{
border-color: #315C1F;
}
</style>