Shades of Japanese Laurel #2E732F
Tints of Japanese Laurel #2E732F
RGB
CMYK
RGB Variations
Color information
#2E732F (or 0x2E732F) is known color: Japanese Laurel. HEX triplet: 2E, 73 and 2F. RGB value is (46,115,47). Sum of RGB (Red+Green+Blue) = 46+115+47=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732F is #D18CD0. Grayscale: #565656. Windows color (decimal): -13733073 or 3109678. OLE color: 3109678.
HSL color Cylindrical-coordinate representation of color #2E732F: hue angle of 120.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E732F is Cyan = 0.6, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 47 | - |
| CMYK | 0.6 | 0 | 0.59 | 0.55 |
| HSL | 120.87º | 0.43% | 0.32% | - |
| HSV(B) | 120.87º | 0.6% | 0.45% | - |
| XYZ | 7.77 | 13.05 | 4.8 | - |
| YUV | 86.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 47 | 0.6 | 0 | 0.59 | 0.55 | 120.87 | 0.43 | 0.32 |
| Hex | 2E | 73 | 2F | 3C | 0 | 3B | 37 | 79 | 2B | 20 |
| Octal | 56 | 163 | 57 | 74 | 0 | 73 | 67 | 171 | 53 | 40 |
| Binary | 101110 | 1110011 | 101111 | 111100 | 0 | 111011 | 110111 | 1111001 | 101011 | 100000 |
Color Harmonies of #2E732F
Complementary color
Monochromatic Colors of #2E732F
Black with #2E732F
Text Example
Text Example
White with #2E732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E732F; }
p { color: rgb(46,115,47); }
H1.HeaderClassName
{
color: #2E732F;
}
.AnyTagClassName
{
color: #2E732F;
}
</style>
background-color css
<style>
a { background-color: #2E732F; }
a { background-color: rgb(46,115,47); }
div.DivClassName
{
background-color: #2E732F;
}
.BgClassName
{
background-color: #2E732F;
}
</style>
border-color css
<style>
span { border-color: #2E732F; }
span { border-color: rgb(46,115,47); }
td.TdClassName
{
border-color: #2E732F;
}
.TagClassName
{
border-color: #2E732F;
}
</style>