Shades of Japanese Laurel #2E792E
Tints of Japanese Laurel #2E792E
RGB
CMYK
RGB Variations
Color information
#2E792E (or 0x2E792E) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 2E. RGB value is (46,121,46). Sum of RGB (Red+Green+Blue) = 46+121+46=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #2E792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E792E is #D186D1. Grayscale: #5A5A5A. Windows color (decimal): -13731538 or 3045678. OLE color: 3045678.
HSL color Cylindrical-coordinate representation of color #2E792E: hue angle of 120º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E792E is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 46 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.53 |
| HSL | 120º | 0.45% | 0.33% | - |
| HSV(B) | 120º | 0.62% | 0.47% | - |
| XYZ | 8.46 | 14.45 | 4.93 | - |
| YUV | 90.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 46 | 0.62 | 0 | 0.62 | 0.53 | 120 | 0.45 | 0.33 |
| Hex | 2E | 79 | 2E | 3E | 0 | 3E | 35 | 78 | 2D | 21 |
| Octal | 56 | 171 | 56 | 76 | 0 | 76 | 65 | 170 | 55 | 41 |
| Binary | 101110 | 1111001 | 101110 | 111110 | 0 | 111110 | 110101 | 1111000 | 101101 | 100001 |
Color Harmonies of #2E792E
Complementary color
Monochromatic Colors of #2E792E
Black with #2E792E
Text Example
Text Example
White with #2E792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E792E; }
p { color: rgb(46,121,46); }
H1.HeaderClassName
{
color: #2E792E;
}
.AnyTagClassName
{
color: #2E792E;
}
</style>
background-color css
<style>
a { background-color: #2E792E; }
a { background-color: rgb(46,121,46); }
div.DivClassName
{
background-color: #2E792E;
}
.BgClassName
{
background-color: #2E792E;
}
</style>
border-color css
<style>
span { border-color: #2E792E; }
span { border-color: rgb(46,121,46); }
td.TdClassName
{
border-color: #2E792E;
}
.TagClassName
{
border-color: #2E792E;
}
</style>