Shades of Japanese Laurel #2E7E31
Tints of Japanese Laurel #2E7E31
RGB
CMYK
RGB Variations
Color information
#2E7E31 (or 0x2E7E31) is known color: Japanese Laurel. HEX triplet: 2E, 7E and 31. RGB value is (46,126,49). Sum of RGB (Red+Green+Blue) = 46+126+49=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #2E7E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7E31 is #D181CE. Grayscale: #5D5D5D. Windows color (decimal): -13730255 or 3243566. OLE color: 3243566.
HSL color Cylindrical-coordinate representation of color #2E7E31: hue angle of 122.25º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7E31 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 126 | 49 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.51 |
| HSL | 122.25º | 0.47% | 0.34% | - |
| HSV(B) | 122.25º | 0.63% | 0.49% | - |
| XYZ | 9.14 | 15.72 | 5.46 | - |
| YUV | 93.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 49 | 0.63 | 0 | 0.61 | 0.51 | 122.25 | 0.47 | 0.34 |
| Hex | 2E | 7E | 31 | 3F | 0 | 3D | 33 | 7A | 2F | 22 |
| Octal | 56 | 176 | 61 | 77 | 0 | 75 | 63 | 172 | 57 | 42 |
| Binary | 101110 | 1111110 | 110001 | 111111 | 0 | 111101 | 110011 | 1111010 | 101111 | 100010 |
Color Harmonies of #2E7E31
Complementary color
Monochromatic Colors of #2E7E31
Black with #2E7E31
Text Example
Text Example
White with #2E7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E31; }
p { color: rgb(46,126,49); }
H1.HeaderClassName
{
color: #2E7E31;
}
.AnyTagClassName
{
color: #2E7E31;
}
</style>
background-color css
<style>
a { background-color: #2E7E31; }
a { background-color: rgb(46,126,49); }
div.DivClassName
{
background-color: #2E7E31;
}
.BgClassName
{
background-color: #2E7E31;
}
</style>
border-color css
<style>
span { border-color: #2E7E31; }
span { border-color: rgb(46,126,49); }
td.TdClassName
{
border-color: #2E7E31;
}
.TagClassName
{
border-color: #2E7E31;
}
</style>