Shades of Japanese Laurel #2E883A
Tints of Japanese Laurel #2E883A
RGB
CMYK
RGB Variations
Color information
#2E883A (or 0x2E883A) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 3A. RGB value is (46,136,58). Sum of RGB (Red+Green+Blue) = 46+136+58=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #2E883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E883A is #D177C5. Grayscale: #646464. Windows color (decimal): -13727686 or 3835950. OLE color: 3835950.
HSL color Cylindrical-coordinate representation of color #2E883A: hue angle of 128º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E883A is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 58 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.47 |
| HSL | 128º | 0.49% | 0.36% | - |
| HSV(B) | 128º | 0.66% | 0.53% | - |
| XYZ | 10.69 | 18.49 | 7.01 | - |
| YUV | 100.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 58 | 0.66 | 0 | 0.57 | 0.47 | 128 | 0.49 | 0.36 |
| Hex | 2E | 88 | 3A | 42 | 0 | 39 | 2F | 80 | 31 | 24 |
| Octal | 56 | 210 | 72 | 102 | 0 | 71 | 57 | 200 | 61 | 44 |
| Binary | 101110 | 10001000 | 111010 | 1000010 | 0 | 111001 | 101111 | 10000000 | 110001 | 100100 |
Color Harmonies of #2E883A
Complementary color
Monochromatic Colors of #2E883A
Black with #2E883A
Text Example
Text Example
White with #2E883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E883A; }
p { color: rgb(46,136,58); }
H1.HeaderClassName
{
color: #2E883A;
}
.AnyTagClassName
{
color: #2E883A;
}
</style>
background-color css
<style>
a { background-color: #2E883A; }
a { background-color: rgb(46,136,58); }
div.DivClassName
{
background-color: #2E883A;
}
.BgClassName
{
background-color: #2E883A;
}
</style>
border-color css
<style>
span { border-color: #2E883A; }
span { border-color: rgb(46,136,58); }
td.TdClassName
{
border-color: #2E883A;
}
.TagClassName
{
border-color: #2E883A;
}
</style>