Shades of Japanese Laurel #316F2C
Tints of Japanese Laurel #316F2C
RGB
CMYK
RGB Variations
Color information
#316F2C (or 0x316F2C) is known color: Japanese Laurel. HEX triplet: 31, 6F and 2C. RGB value is (49,111,44). Sum of RGB (Red+Green+Blue) = 49+111+44=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #316F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F2C is #CE90D3. Grayscale: #555555. Windows color (decimal): -13537492 or 2912049. OLE color: 2912049.
HSL color Cylindrical-coordinate representation of color #316F2C: hue angle of 115.52º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316F2C is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 44 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.56 |
| HSL | 115.52º | 0.43% | 0.3% | - |
| HSV(B) | 115.52º | 0.6% | 0.44% | - |
| XYZ | 7.41 | 12.2 | 4.35 | - |
| YUV | 84.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 44 | 0.56 | 0 | 0.60 | 0.56 | 115.52 | 0.43 | 0.3 |
| Hex | 31 | 6F | 2C | 38 | 0 | 3C | 38 | 74 | 2B | 1E |
| Octal | 61 | 157 | 54 | 70 | 0 | 74 | 70 | 164 | 53 | 36 |
| Binary | 110001 | 1101111 | 101100 | 111000 | 0 | 111100 | 111000 | 1110100 | 101011 | 11110 |
Color Harmonies of #316F2C
Complementary color
Monochromatic Colors of #316F2C
Black with #316F2C
Text Example
Text Example
White with #316F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F2C; }
p { color: rgb(49,111,44); }
H1.HeaderClassName
{
color: #316F2C;
}
.AnyTagClassName
{
color: #316F2C;
}
</style>
background-color css
<style>
a { background-color: #316F2C; }
a { background-color: rgb(49,111,44); }
div.DivClassName
{
background-color: #316F2C;
}
.BgClassName
{
background-color: #316F2C;
}
</style>
border-color css
<style>
span { border-color: #316F2C; }
span { border-color: rgb(49,111,44); }
td.TdClassName
{
border-color: #316F2C;
}
.TagClassName
{
border-color: #316F2C;
}
</style>