Shades of Japanese Laurel #2E793D
Tints of Japanese Laurel #2E793D
RGB
CMYK
RGB Variations
Color information
#2E793D (or 0x2E793D) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 3D. RGB value is (46,121,61). Sum of RGB (Red+Green+Blue) = 46+121+61=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #2E793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E793D is #D186C2. Grayscale: #5B5B5B. Windows color (decimal): -13731523 or 4028718. OLE color: 4028718.
HSL color Cylindrical-coordinate representation of color #2E793D: hue angle of 132º 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 #2E793D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 61 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.53 |
| HSL | 132º | 0.45% | 0.33% | - |
| HSV(B) | 132º | 0.62% | 0.47% | - |
| XYZ | 8.81 | 14.59 | 6.77 | - |
| YUV | 91.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 61 | 0.62 | 0 | 0.50 | 0.53 | 132 | 0.45 | 0.33 |
| Hex | 2E | 79 | 3D | 3E | 0 | 32 | 35 | 84 | 2D | 21 |
| Octal | 56 | 171 | 75 | 76 | 0 | 62 | 65 | 204 | 55 | 41 |
| Binary | 101110 | 1111001 | 111101 | 111110 | 0 | 110010 | 110101 | 10000100 | 101101 | 100001 |
Color Harmonies of #2E793D
Complementary color
Monochromatic Colors of #2E793D
Black with #2E793D
Text Example
Text Example
White with #2E793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E793D; }
p { color: rgb(46,121,61); }
H1.HeaderClassName
{
color: #2E793D;
}
.AnyTagClassName
{
color: #2E793D;
}
</style>
background-color css
<style>
a { background-color: #2E793D; }
a { background-color: rgb(46,121,61); }
div.DivClassName
{
background-color: #2E793D;
}
.BgClassName
{
background-color: #2E793D;
}
</style>
border-color css
<style>
span { border-color: #2E793D; }
span { border-color: rgb(46,121,61); }
td.TdClassName
{
border-color: #2E793D;
}
.TagClassName
{
border-color: #2E793D;
}
</style>