Shades of Japanese Laurel #31762F
Tints of Japanese Laurel #31762F
RGB
CMYK
RGB Variations
Color information
#31762F (or 0x31762F) is known color: Japanese Laurel. HEX triplet: 31, 76 and 2F. RGB value is (49,118,47). Sum of RGB (Red+Green+Blue) = 49+118+47=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #31762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31762F is #CE89D0. Grayscale: #595959. Windows color (decimal): -13535697 or 3110449. OLE color: 3110449.
HSL color Cylindrical-coordinate representation of color #31762F: hue angle of 118.31º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31762F is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 47 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.54 |
| HSL | 118.31º | 0.43% | 0.32% | - |
| HSV(B) | 118.31º | 0.6% | 0.46% | - |
| XYZ | 8.26 | 13.82 | 4.92 | - |
| YUV | 89.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 47 | 0.58 | 0 | 0.60 | 0.54 | 118.31 | 0.43 | 0.32 |
| Hex | 31 | 76 | 2F | 3A | 0 | 3C | 36 | 76 | 2B | 20 |
| Octal | 61 | 166 | 57 | 72 | 0 | 74 | 66 | 166 | 53 | 40 |
| Binary | 110001 | 1110110 | 101111 | 111010 | 0 | 111100 | 110110 | 1110110 | 101011 | 100000 |
Color Harmonies of #31762F
Complementary color
Monochromatic Colors of #31762F
Black with #31762F
Text Example
Text Example
White with #31762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31762F; }
p { color: rgb(49,118,47); }
H1.HeaderClassName
{
color: #31762F;
}
.AnyTagClassName
{
color: #31762F;
}
</style>
background-color css
<style>
a { background-color: #31762F; }
a { background-color: rgb(49,118,47); }
div.DivClassName
{
background-color: #31762F;
}
.BgClassName
{
background-color: #31762F;
}
</style>
border-color css
<style>
span { border-color: #31762F; }
span { border-color: rgb(49,118,47); }
td.TdClassName
{
border-color: #31762F;
}
.TagClassName
{
border-color: #31762F;
}
</style>