Shades of Japanese Laurel #31712F
Tints of Japanese Laurel #31712F
RGB
CMYK
RGB Variations
Color information
#31712F (or 0x31712F) is known color: Japanese Laurel. HEX triplet: 31, 71 and 2F. RGB value is (49,113,47). Sum of RGB (Red+Green+Blue) = 49+113+47=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #31712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31712F is #CE8ED0. Grayscale: #565656. Windows color (decimal): -13536977 or 3109169. OLE color: 3109169.
HSL color Cylindrical-coordinate representation of color #31712F: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31712F is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 47 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.56 |
| HSL | 118.18º | 0.41% | 0.31% | - |
| HSV(B) | 118.18º | 0.58% | 0.44% | - |
| XYZ | 7.68 | 12.67 | 4.73 | - |
| YUV | 86.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 47 | 0.57 | 0 | 0.58 | 0.56 | 118.18 | 0.41 | 0.31 |
| Hex | 31 | 71 | 2F | 39 | 0 | 3A | 38 | 76 | 29 | 1F |
| Octal | 61 | 161 | 57 | 71 | 0 | 72 | 70 | 166 | 51 | 37 |
| Binary | 110001 | 1110001 | 101111 | 111001 | 0 | 111010 | 111000 | 1110110 | 101001 | 11111 |
Color Harmonies of #31712F
Complementary color
Monochromatic Colors of #31712F
Black with #31712F
Text Example
Text Example
White with #31712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31712F; }
p { color: rgb(49,113,47); }
H1.HeaderClassName
{
color: #31712F;
}
.AnyTagClassName
{
color: #31712F;
}
</style>
background-color css
<style>
a { background-color: #31712F; }
a { background-color: rgb(49,113,47); }
div.DivClassName
{
background-color: #31712F;
}
.BgClassName
{
background-color: #31712F;
}
</style>
border-color css
<style>
span { border-color: #31712F; }
span { border-color: rgb(49,113,47); }
td.TdClassName
{
border-color: #31712F;
}
.TagClassName
{
border-color: #31712F;
}
</style>