Shades of Japanese Laurel #2E793E
Tints of Japanese Laurel #2E793E
RGB
CMYK
RGB Variations
Color information
#2E793E (or 0x2E793E) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 3E. RGB value is (46,121,62). Sum of RGB (Red+Green+Blue) = 46+121+62=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #2E793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E793E is #D186C1. Grayscale: #5C5C5C. Windows color (decimal): -13731522 or 4094254. OLE color: 4094254.
HSL color Cylindrical-coordinate representation of color #2E793E: hue angle of 132.8º 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 #2E793E is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 62 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.53 |
| HSL | 132.8º | 0.45% | 0.33% | - |
| HSV(B) | 132.8º | 0.62% | 0.47% | - |
| XYZ | 8.83 | 14.6 | 6.91 | - |
| YUV | 91.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 62 | 0.62 | 0 | 0.49 | 0.53 | 132.8 | 0.45 | 0.33 |
| Hex | 2E | 79 | 3E | 3E | 0 | 31 | 35 | 85 | 2D | 21 |
| Octal | 56 | 171 | 76 | 76 | 0 | 61 | 65 | 205 | 55 | 41 |
| Binary | 101110 | 1111001 | 111110 | 111110 | 0 | 110001 | 110101 | 10000101 | 101101 | 100001 |
Color Harmonies of #2E793E
Complementary color
Monochromatic Colors of #2E793E
Black with #2E793E
Text Example
Text Example
White with #2E793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E793E; }
p { color: rgb(46,121,62); }
H1.HeaderClassName
{
color: #2E793E;
}
.AnyTagClassName
{
color: #2E793E;
}
</style>
background-color css
<style>
a { background-color: #2E793E; }
a { background-color: rgb(46,121,62); }
div.DivClassName
{
background-color: #2E793E;
}
.BgClassName
{
background-color: #2E793E;
}
</style>
border-color css
<style>
span { border-color: #2E793E; }
span { border-color: rgb(46,121,62); }
td.TdClassName
{
border-color: #2E793E;
}
.TagClassName
{
border-color: #2E793E;
}
</style>