Shades of Japanese Laurel #2E802F
Tints of Japanese Laurel #2E802F
RGB
CMYK
RGB Variations
Color information
#2E802F (or 0x2E802F) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 2F. RGB value is (46,128,47). Sum of RGB (Red+Green+Blue) = 46+128+47=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #2E802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E802F is #D17FD0. Grayscale: #5E5E5E. Windows color (decimal): -13729745 or 3113006. OLE color: 3113006.
HSL color Cylindrical-coordinate representation of color #2E802F: hue angle of 120.73º 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 #2E802F is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 47 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.50 |
| HSL | 120.73º | 0.47% | 0.34% | - |
| HSV(B) | 120.73º | 0.64% | 0.5% | - |
| XYZ | 9.36 | 16.22 | 5.33 | - |
| YUV | 94.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 47 | 0.64 | 0 | 0.63 | 0.50 | 120.73 | 0.47 | 0.34 |
| Hex | 2E | 80 | 2F | 40 | 0 | 3F | 32 | 79 | 2F | 22 |
| Octal | 56 | 200 | 57 | 100 | 0 | 77 | 62 | 171 | 57 | 42 |
| Binary | 101110 | 10000000 | 101111 | 1000000 | 0 | 111111 | 110010 | 1111001 | 101111 | 100010 |
Color Harmonies of #2E802F
Complementary color
Monochromatic Colors of #2E802F
Black with #2E802F
Text Example
Text Example
White with #2E802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E802F; }
p { color: rgb(46,128,47); }
H1.HeaderClassName
{
color: #2E802F;
}
.AnyTagClassName
{
color: #2E802F;
}
</style>
background-color css
<style>
a { background-color: #2E802F; }
a { background-color: rgb(46,128,47); }
div.DivClassName
{
background-color: #2E802F;
}
.BgClassName
{
background-color: #2E802F;
}
</style>
border-color css
<style>
span { border-color: #2E802F; }
span { border-color: rgb(46,128,47); }
td.TdClassName
{
border-color: #2E802F;
}
.TagClassName
{
border-color: #2E802F;
}
</style>