Shades of Japanese Laurel #2E893B
Tints of Japanese Laurel #2E893B
RGB
CMYK
RGB Variations
Color information
#2E893B (or 0x2E893B) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 3B. RGB value is (46,137,59). Sum of RGB (Red+Green+Blue) = 46+137+59=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #2E893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E893B is #D176C4. Grayscale: #656565. Windows color (decimal): -13727429 or 3901742. OLE color: 3901742.
HSL color Cylindrical-coordinate representation of color #2E893B: hue angle of 128.57º 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 #2E893B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 59 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.46 |
| HSL | 128.57º | 0.5% | 0.36% | - |
| HSV(B) | 128.57º | 0.66% | 0.54% | - |
| XYZ | 10.86 | 18.79 | 7.19 | - |
| YUV | 100.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 59 | 0.66 | 0 | 0.57 | 0.46 | 128.57 | 0.5 | 0.36 |
| Hex | 2E | 89 | 3B | 42 | 0 | 39 | 2E | 81 | 32 | 24 |
| Octal | 56 | 211 | 73 | 102 | 0 | 71 | 56 | 201 | 62 | 44 |
| Binary | 101110 | 10001001 | 111011 | 1000010 | 0 | 111001 | 101110 | 10000001 | 110010 | 100100 |
Color Harmonies of #2E893B
Complementary color
Monochromatic Colors of #2E893B
Black with #2E893B
Text Example
Text Example
White with #2E893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E893B; }
p { color: rgb(46,137,59); }
H1.HeaderClassName
{
color: #2E893B;
}
.AnyTagClassName
{
color: #2E893B;
}
</style>
background-color css
<style>
a { background-color: #2E893B; }
a { background-color: rgb(46,137,59); }
div.DivClassName
{
background-color: #2E893B;
}
.BgClassName
{
background-color: #2E893B;
}
</style>
border-color css
<style>
span { border-color: #2E893B; }
span { border-color: rgb(46,137,59); }
td.TdClassName
{
border-color: #2E893B;
}
.TagClassName
{
border-color: #2E893B;
}
</style>