Shades of Japanese Laurel #2E8932
Tints of Japanese Laurel #2E8932
RGB
CMYK
RGB Variations
Color information
#2E8932 (or 0x2E8932) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 32. RGB value is (46,137,50). Sum of RGB (Red+Green+Blue) = 46+137+50=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8932 is #D176CD. Grayscale: #646464. Windows color (decimal): -13727438 or 3311918. OLE color: 3311918.
HSL color Cylindrical-coordinate representation of color #2E8932: hue angle of 122.64º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8932 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 50 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.46 |
| HSL | 122.64º | 0.5% | 0.36% | - |
| HSV(B) | 122.64º | 0.66% | 0.54% | - |
| XYZ | 10.65 | 18.7 | 6.07 | - |
| YUV | 99.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 50 | 0.66 | 0 | 0.64 | 0.46 | 122.64 | 0.5 | 0.36 |
| Hex | 2E | 89 | 32 | 42 | 0 | 40 | 2E | 7B | 32 | 24 |
| Octal | 56 | 211 | 62 | 102 | 0 | 100 | 56 | 173 | 62 | 44 |
| Binary | 101110 | 10001001 | 110010 | 1000010 | 0 | 1000000 | 101110 | 1111011 | 110010 | 100100 |
Color Harmonies of #2E8932
Complementary color
Monochromatic Colors of #2E8932
Black with #2E8932
Text Example
Text Example
White with #2E8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8932; }
p { color: rgb(46,137,50); }
H1.HeaderClassName
{
color: #2E8932;
}
.AnyTagClassName
{
color: #2E8932;
}
</style>
background-color css
<style>
a { background-color: #2E8932; }
a { background-color: rgb(46,137,50); }
div.DivClassName
{
background-color: #2E8932;
}
.BgClassName
{
background-color: #2E8932;
}
</style>
border-color css
<style>
span { border-color: #2E8932; }
span { border-color: rgb(46,137,50); }
td.TdClassName
{
border-color: #2E8932;
}
.TagClassName
{
border-color: #2E8932;
}
</style>