Shades of Japanese Laurel #2E732C
Tints of Japanese Laurel #2E732C
RGB
CMYK
RGB Variations
Color information
#2E732C (or 0x2E732C) is known color: Japanese Laurel. HEX triplet: 2E, 73 and 2C. RGB value is (46,115,44). Sum of RGB (Red+Green+Blue) = 46+115+44=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732C is #D18CD3. Grayscale: #565656. Windows color (decimal): -13733076 or 2913070. OLE color: 2913070.
HSL color Cylindrical-coordinate representation of color #2E732C: hue angle of 118.31º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E732C is Cyan = 0.6, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 44 | - |
| CMYK | 0.6 | 0 | 0.62 | 0.55 |
| HSL | 118.31º | 0.45% | 0.31% | - |
| HSV(B) | 118.31º | 0.62% | 0.45% | - |
| XYZ | 7.71 | 13.02 | 4.49 | - |
| YUV | 86.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 44 | 0.6 | 0 | 0.62 | 0.55 | 118.31 | 0.45 | 0.31 |
| Hex | 2E | 73 | 2C | 3C | 0 | 3E | 37 | 76 | 2D | 1F |
| Octal | 56 | 163 | 54 | 74 | 0 | 76 | 67 | 166 | 55 | 37 |
| Binary | 101110 | 1110011 | 101100 | 111100 | 0 | 111110 | 110111 | 1110110 | 101101 | 11111 |
Color Harmonies of #2E732C
Complementary color
Monochromatic Colors of #2E732C
Black with #2E732C
Text Example
Text Example
White with #2E732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E732C; }
p { color: rgb(46,115,44); }
H1.HeaderClassName
{
color: #2E732C;
}
.AnyTagClassName
{
color: #2E732C;
}
</style>
background-color css
<style>
a { background-color: #2E732C; }
a { background-color: rgb(46,115,44); }
div.DivClassName
{
background-color: #2E732C;
}
.BgClassName
{
background-color: #2E732C;
}
</style>
border-color css
<style>
span { border-color: #2E732C; }
span { border-color: rgb(46,115,44); }
td.TdClassName
{
border-color: #2E732C;
}
.TagClassName
{
border-color: #2E732C;
}
</style>