Shades of Japanese Laurel #2E712E
Tints of Japanese Laurel #2E712E
RGB
CMYK
RGB Variations
Color information
#2E712E (or 0x2E712E) is known color: Japanese Laurel. HEX triplet: 2E, 71 and 2E. RGB value is (46,113,46). Sum of RGB (Red+Green+Blue) = 46+113+46=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #2E712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E712E is #D18ED1. Grayscale: #555555. Windows color (decimal): -13733586 or 3043630. OLE color: 3043630.
HSL color Cylindrical-coordinate representation of color #2E712E: hue angle of 120º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E712E is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 46 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.56 |
| HSL | 120º | 0.42% | 0.31% | - |
| HSV(B) | 120º | 0.59% | 0.44% | - |
| XYZ | 7.52 | 12.59 | 4.62 | - |
| YUV | 85.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 46 | 0.59 | 0 | 0.59 | 0.56 | 120 | 0.42 | 0.31 |
| Hex | 2E | 71 | 2E | 3B | 0 | 3B | 38 | 78 | 2A | 1F |
| Octal | 56 | 161 | 56 | 73 | 0 | 73 | 70 | 170 | 52 | 37 |
| Binary | 101110 | 1110001 | 101110 | 111011 | 0 | 111011 | 111000 | 1111000 | 101010 | 11111 |
Color Harmonies of #2E712E
Complementary color
Monochromatic Colors of #2E712E
Black with #2E712E
Text Example
Text Example
White with #2E712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E712E; }
p { color: rgb(46,113,46); }
H1.HeaderClassName
{
color: #2E712E;
}
.AnyTagClassName
{
color: #2E712E;
}
</style>
background-color css
<style>
a { background-color: #2E712E; }
a { background-color: rgb(46,113,46); }
div.DivClassName
{
background-color: #2E712E;
}
.BgClassName
{
background-color: #2E712E;
}
</style>
border-color css
<style>
span { border-color: #2E712E; }
span { border-color: rgb(46,113,46); }
td.TdClassName
{
border-color: #2E712E;
}
.TagClassName
{
border-color: #2E712E;
}
</style>