Shades of Japanese Laurel #317F30
Tints of Japanese Laurel #317F30
RGB
CMYK
RGB Variations
Color information
#317F30 (or 0x317F30) is known color: Japanese Laurel. HEX triplet: 31, 7F and 30. RGB value is (49,127,48). Sum of RGB (Red+Green+Blue) = 49+127+48=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #317F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F30 is #CE80CF. Grayscale: #5E5E5E. Windows color (decimal): -13533392 or 3178289. OLE color: 3178289.
HSL color Cylindrical-coordinate representation of color #317F30: hue angle of 119.24º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317F30 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 127 | 48 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.50 |
| HSL | 119.24º | 0.45% | 0.34% | - |
| HSV(B) | 119.24º | 0.62% | 0.5% | - |
| XYZ | 9.39 | 16.05 | 5.4 | - |
| YUV | 94.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 48 | 0.61 | 0 | 0.62 | 0.50 | 119.24 | 0.45 | 0.34 |
| Hex | 31 | 7F | 30 | 3D | 0 | 3E | 32 | 77 | 2D | 22 |
| Octal | 61 | 177 | 60 | 75 | 0 | 76 | 62 | 167 | 55 | 42 |
| Binary | 110001 | 1111111 | 110000 | 111101 | 0 | 111110 | 110010 | 1110111 | 101101 | 100010 |
Color Harmonies of #317F30
Complementary color
Monochromatic Colors of #317F30
Black with #317F30
Text Example
Text Example
White with #317F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317F30; }
p { color: rgb(49,127,48); }
H1.HeaderClassName
{
color: #317F30;
}
.AnyTagClassName
{
color: #317F30;
}
</style>
background-color css
<style>
a { background-color: #317F30; }
a { background-color: rgb(49,127,48); }
div.DivClassName
{
background-color: #317F30;
}
.BgClassName
{
background-color: #317F30;
}
</style>
border-color css
<style>
span { border-color: #317F30; }
span { border-color: rgb(49,127,48); }
td.TdClassName
{
border-color: #317F30;
}
.TagClassName
{
border-color: #317F30;
}
</style>