Shades of Japanese Laurel #2E803A
Tints of Japanese Laurel #2E803A
RGB
CMYK
RGB Variations
Color information
#2E803A (or 0x2E803A) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 3A. RGB value is (46,128,58). Sum of RGB (Red+Green+Blue) = 46+128+58=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #2E803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E803A is #D17FC5. Grayscale: #5F5F5F. Windows color (decimal): -13729734 or 3833902. OLE color: 3833902.
HSL color Cylindrical-coordinate representation of color #2E803A: hue angle of 128.78º 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 #2E803A is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 58 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.50 |
| HSL | 128.78º | 0.47% | 0.34% | - |
| HSV(B) | 128.78º | 0.64% | 0.5% | - |
| XYZ | 9.61 | 16.32 | 6.65 | - |
| YUV | 95.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 58 | 0.64 | 0 | 0.55 | 0.50 | 128.78 | 0.47 | 0.34 |
| Hex | 2E | 80 | 3A | 40 | 0 | 37 | 32 | 81 | 2F | 22 |
| Octal | 56 | 200 | 72 | 100 | 0 | 67 | 62 | 201 | 57 | 42 |
| Binary | 101110 | 10000000 | 111010 | 1000000 | 0 | 110111 | 110010 | 10000001 | 101111 | 100010 |
Color Harmonies of #2E803A
Complementary color
Monochromatic Colors of #2E803A
Black with #2E803A
Text Example
Text Example
White with #2E803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E803A; }
p { color: rgb(46,128,58); }
H1.HeaderClassName
{
color: #2E803A;
}
.AnyTagClassName
{
color: #2E803A;
}
</style>
background-color css
<style>
a { background-color: #2E803A; }
a { background-color: rgb(46,128,58); }
div.DivClassName
{
background-color: #2E803A;
}
.BgClassName
{
background-color: #2E803A;
}
</style>
border-color css
<style>
span { border-color: #2E803A; }
span { border-color: rgb(46,128,58); }
td.TdClassName
{
border-color: #2E803A;
}
.TagClassName
{
border-color: #2E803A;
}
</style>