Shades of Japanese Laurel #2E803B
Tints of Japanese Laurel #2E803B
RGB
CMYK
RGB Variations
Color information
#2E803B (or 0x2E803B) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 3B. RGB value is (46,128,59). Sum of RGB (Red+Green+Blue) = 46+128+59=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #2E803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E803B is #D17FC4. Grayscale: #5F5F5F. Windows color (decimal): -13729733 or 3899438. OLE color: 3899438.
HSL color Cylindrical-coordinate representation of color #2E803B: hue angle of 129.51º 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 #2E803B is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 59 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.50 |
| HSL | 129.51º | 0.47% | 0.34% | - |
| HSV(B) | 129.51º | 0.64% | 0.5% | - |
| XYZ | 9.64 | 16.33 | 6.78 | - |
| YUV | 95.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 59 | 0.64 | 0 | 0.54 | 0.50 | 129.51 | 0.47 | 0.34 |
| Hex | 2E | 80 | 3B | 40 | 0 | 36 | 32 | 82 | 2F | 22 |
| Octal | 56 | 200 | 73 | 100 | 0 | 66 | 62 | 202 | 57 | 42 |
| Binary | 101110 | 10000000 | 111011 | 1000000 | 0 | 110110 | 110010 | 10000010 | 101111 | 100010 |
Color Harmonies of #2E803B
Complementary color
Monochromatic Colors of #2E803B
Black with #2E803B
Text Example
Text Example
White with #2E803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E803B; }
p { color: rgb(46,128,59); }
H1.HeaderClassName
{
color: #2E803B;
}
.AnyTagClassName
{
color: #2E803B;
}
</style>
background-color css
<style>
a { background-color: #2E803B; }
a { background-color: rgb(46,128,59); }
div.DivClassName
{
background-color: #2E803B;
}
.BgClassName
{
background-color: #2E803B;
}
</style>
border-color css
<style>
span { border-color: #2E803B; }
span { border-color: rgb(46,128,59); }
td.TdClassName
{
border-color: #2E803B;
}
.TagClassName
{
border-color: #2E803B;
}
</style>