Shades of Japanese Laurel #2E8836
Tints of Japanese Laurel #2E8836
RGB
CMYK
RGB Variations
Color information
#2E8836 (or 0x2E8836) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 36. RGB value is (46,136,54). Sum of RGB (Red+Green+Blue) = 46+136+54=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8836 is #D177C9. Grayscale: #636363. Windows color (decimal): -13727690 or 3573806. OLE color: 3573806.
HSL color Cylindrical-coordinate representation of color #2E8836: hue angle of 125.33º 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 #2E8836 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 54 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.47 |
| HSL | 125.33º | 0.49% | 0.36% | - |
| HSV(B) | 125.33º | 0.66% | 0.53% | - |
| XYZ | 10.6 | 18.46 | 6.49 | - |
| YUV | 99.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 54 | 0.66 | 0 | 0.60 | 0.47 | 125.33 | 0.49 | 0.36 |
| Hex | 2E | 88 | 36 | 42 | 0 | 3C | 2F | 7D | 31 | 24 |
| Octal | 56 | 210 | 66 | 102 | 0 | 74 | 57 | 175 | 61 | 44 |
| Binary | 101110 | 10001000 | 110110 | 1000010 | 0 | 111100 | 101111 | 1111101 | 110001 | 100100 |
Color Harmonies of #2E8836
Complementary color
Monochromatic Colors of #2E8836
Black with #2E8836
Text Example
Text Example
White with #2E8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8836; }
p { color: rgb(46,136,54); }
H1.HeaderClassName
{
color: #2E8836;
}
.AnyTagClassName
{
color: #2E8836;
}
</style>
background-color css
<style>
a { background-color: #2E8836; }
a { background-color: rgb(46,136,54); }
div.DivClassName
{
background-color: #2E8836;
}
.BgClassName
{
background-color: #2E8836;
}
</style>
border-color css
<style>
span { border-color: #2E8836; }
span { border-color: rgb(46,136,54); }
td.TdClassName
{
border-color: #2E8836;
}
.TagClassName
{
border-color: #2E8836;
}
</style>