Shades of Japanese Laurel #2E802E
Tints of Japanese Laurel #2E802E
RGB
CMYK
RGB Variations
Color information
#2E802E (or 0x2E802E) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 2E. RGB value is (46,128,46). Sum of RGB (Red+Green+Blue) = 46+128+46=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #2E802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E802E is #D17FD1. Grayscale: #5E5E5E. Windows color (decimal): -13729746 or 3047470. OLE color: 3047470.
HSL color Cylindrical-coordinate representation of color #2E802E: hue angle of 120º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E802E is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 46 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.50 |
| HSL | 120º | 0.47% | 0.34% | - |
| HSV(B) | 120º | 0.64% | 0.5% | - |
| XYZ | 9.34 | 16.22 | 5.22 | - |
| YUV | 94.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 46 | 0.64 | 0 | 0.64 | 0.50 | 120 | 0.47 | 0.34 |
| Hex | 2E | 80 | 2E | 40 | 0 | 40 | 32 | 78 | 2F | 22 |
| Octal | 56 | 200 | 56 | 100 | 0 | 100 | 62 | 170 | 57 | 42 |
| Binary | 101110 | 10000000 | 101110 | 1000000 | 0 | 1000000 | 110010 | 1111000 | 101111 | 100010 |
Color Harmonies of #2E802E
Complementary color
Monochromatic Colors of #2E802E
Black with #2E802E
Text Example
Text Example
White with #2E802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E802E; }
p { color: rgb(46,128,46); }
H1.HeaderClassName
{
color: #2E802E;
}
.AnyTagClassName
{
color: #2E802E;
}
</style>
background-color css
<style>
a { background-color: #2E802E; }
a { background-color: rgb(46,128,46); }
div.DivClassName
{
background-color: #2E802E;
}
.BgClassName
{
background-color: #2E802E;
}
</style>
border-color css
<style>
span { border-color: #2E802E; }
span { border-color: rgb(46,128,46); }
td.TdClassName
{
border-color: #2E802E;
}
.TagClassName
{
border-color: #2E802E;
}
</style>