Shades of Japanese Laurel #1E7E31
Tints of Japanese Laurel #1E7E31
RGB
CMYK
RGB Variations
Color information
#1E7E31 (or 0x1E7E31) is known color: Japanese Laurel. HEX triplet: 1E, 7E and 31. RGB value is (30,126,49). Sum of RGB (Red+Green+Blue) = 30+126+49=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 126 (49.61% from 255 or 61.46% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E31 is #E181CE. Grayscale: #585858. Windows color (decimal): -14778831 or 3243550. OLE color: 3243550.
HSL color Cylindrical-coordinate representation of color #1E7E31: hue angle of 131.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E31 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 49 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.51 |
| HSL | 131.88º | 0.62% | 0.31% | - |
| HSV(B) | 131.88º | 0.76% | 0.49% | - |
| XYZ | 8.55 | 15.42 | 5.43 | - |
| YUV | 88.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 49 | 0.76 | 0 | 0.61 | 0.51 | 131.88 | 0.62 | 0.31 |
| Hex | 1E | 7E | 31 | 4C | 0 | 3D | 33 | 84 | 3E | 1F |
| Octal | 36 | 176 | 61 | 114 | 0 | 75 | 63 | 204 | 76 | 37 |
| Binary | 11110 | 1111110 | 110001 | 1001100 | 0 | 111101 | 110011 | 10000100 | 111110 | 11111 |
Color Harmonies of #1E7E31
Complementary color
Monochromatic Colors of #1E7E31
Black with #1E7E31
Text Example
Text Example
White with #1E7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E31; }
p { color: rgb(30,126,49); }
H1.HeaderClassName
{
color: #1E7E31;
}
.AnyTagClassName
{
color: #1E7E31;
}
</style>
background-color css
<style>
a { background-color: #1E7E31; }
a { background-color: rgb(30,126,49); }
div.DivClassName
{
background-color: #1E7E31;
}
.BgClassName
{
background-color: #1E7E31;
}
</style>
border-color css
<style>
span { border-color: #1E7E31; }
span { border-color: rgb(30,126,49); }
td.TdClassName
{
border-color: #1E7E31;
}
.TagClassName
{
border-color: #1E7E31;
}
</style>