Shades of Japanese Laurel #2E7832
Tints of Japanese Laurel #2E7832
RGB
CMYK
RGB Variations
Color information
#2E7832 (or 0x2E7832) is known color: Japanese Laurel. HEX triplet: 2E, 78 and 32. RGB value is (46,120,50). Sum of RGB (Red+Green+Blue) = 46+120+50=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7832 is #D187CD. Grayscale: #5A5A5A. Windows color (decimal): -13731790 or 3307566. OLE color: 3307566.
HSL color Cylindrical-coordinate representation of color #2E7832: hue angle of 123.24º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7832 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 50 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.53 |
| HSL | 123.24º | 0.45% | 0.33% | - |
| HSV(B) | 123.24º | 0.62% | 0.47% | - |
| XYZ | 8.42 | 14.24 | 5.32 | - |
| YUV | 89.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 50 | 0.62 | 0 | 0.58 | 0.53 | 123.24 | 0.45 | 0.33 |
| Hex | 2E | 78 | 32 | 3E | 0 | 3A | 35 | 7B | 2D | 21 |
| Octal | 56 | 170 | 62 | 76 | 0 | 72 | 65 | 173 | 55 | 41 |
| Binary | 101110 | 1111000 | 110010 | 111110 | 0 | 111010 | 110101 | 1111011 | 101101 | 100001 |
Color Harmonies of #2E7832
Complementary color
Monochromatic Colors of #2E7832
Black with #2E7832
Text Example
Text Example
White with #2E7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7832; }
p { color: rgb(46,120,50); }
H1.HeaderClassName
{
color: #2E7832;
}
.AnyTagClassName
{
color: #2E7832;
}
</style>
background-color css
<style>
a { background-color: #2E7832; }
a { background-color: rgb(46,120,50); }
div.DivClassName
{
background-color: #2E7832;
}
.BgClassName
{
background-color: #2E7832;
}
</style>
border-color css
<style>
span { border-color: #2E7832; }
span { border-color: rgb(46,120,50); }
td.TdClassName
{
border-color: #2E7832;
}
.TagClassName
{
border-color: #2E7832;
}
</style>