Shades of Japanese Laurel #2E893D
Tints of Japanese Laurel #2E893D
RGB
CMYK
RGB Variations
Color information
#2E893D (or 0x2E893D) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 3D. RGB value is (46,137,61). Sum of RGB (Red+Green+Blue) = 46+137+61=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #2E893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E893D is #D176C2. Grayscale: #656565. Windows color (decimal): -13727427 or 4032814. OLE color: 4032814.
HSL color Cylindrical-coordinate representation of color #2E893D: hue angle of 129.89º 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 #2E893D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 61 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.46 |
| HSL | 129.89º | 0.5% | 0.36% | - |
| HSV(B) | 129.89º | 0.66% | 0.54% | - |
| XYZ | 10.91 | 18.81 | 7.47 | - |
| YUV | 101.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 61 | 0.66 | 0 | 0.55 | 0.46 | 129.89 | 0.5 | 0.36 |
| Hex | 2E | 89 | 3D | 42 | 0 | 37 | 2E | 82 | 32 | 24 |
| Octal | 56 | 211 | 75 | 102 | 0 | 67 | 56 | 202 | 62 | 44 |
| Binary | 101110 | 10001001 | 111101 | 1000010 | 0 | 110111 | 101110 | 10000010 | 110010 | 100100 |
Color Harmonies of #2E893D
Complementary color
Monochromatic Colors of #2E893D
Black with #2E893D
Text Example
Text Example
White with #2E893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E893D; }
p { color: rgb(46,137,61); }
H1.HeaderClassName
{
color: #2E893D;
}
.AnyTagClassName
{
color: #2E893D;
}
</style>
background-color css
<style>
a { background-color: #2E893D; }
a { background-color: rgb(46,137,61); }
div.DivClassName
{
background-color: #2E893D;
}
.BgClassName
{
background-color: #2E893D;
}
</style>
border-color css
<style>
span { border-color: #2E893D; }
span { border-color: rgb(46,137,61); }
td.TdClassName
{
border-color: #2E893D;
}
.TagClassName
{
border-color: #2E893D;
}
</style>