Shades of Japanese Laurel #2E732A
Tints of Japanese Laurel #2E732A
RGB
CMYK
RGB Variations
Color information
#2E732A (or 0x2E732A) is known color: Japanese Laurel. HEX triplet: 2E, 73 and 2A. RGB value is (46,115,42). Sum of RGB (Red+Green+Blue) = 46+115+42=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732A is #D18CD5. Grayscale: #565656. Windows color (decimal): -13733078 or 2781998. OLE color: 2781998.
HSL color Cylindrical-coordinate representation of color #2E732A: hue angle of 116.71º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E732A is Cyan = 0.6, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 42 | - |
| CMYK | 0.6 | 0 | 0.63 | 0.55 |
| HSL | 116.71º | 0.46% | 0.31% | - |
| HSV(B) | 116.71º | 0.63% | 0.45% | - |
| XYZ | 7.68 | 13.01 | 4.3 | - |
| YUV | 86.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 42 | 0.6 | 0 | 0.63 | 0.55 | 116.71 | 0.46 | 0.31 |
| Hex | 2E | 73 | 2A | 3C | 0 | 3F | 37 | 75 | 2E | 1F |
| Octal | 56 | 163 | 52 | 74 | 0 | 77 | 67 | 165 | 56 | 37 |
| Binary | 101110 | 1110011 | 101010 | 111100 | 0 | 111111 | 110111 | 1110101 | 101110 | 11111 |
Color Harmonies of #2E732A
Complementary color
Monochromatic Colors of #2E732A
Black with #2E732A
Text Example
Text Example
White with #2E732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E732A; }
p { color: rgb(46,115,42); }
H1.HeaderClassName
{
color: #2E732A;
}
.AnyTagClassName
{
color: #2E732A;
}
</style>
background-color css
<style>
a { background-color: #2E732A; }
a { background-color: rgb(46,115,42); }
div.DivClassName
{
background-color: #2E732A;
}
.BgClassName
{
background-color: #2E732A;
}
</style>
border-color css
<style>
span { border-color: #2E732A; }
span { border-color: rgb(46,115,42); }
td.TdClassName
{
border-color: #2E732A;
}
.TagClassName
{
border-color: #2E732A;
}
</style>