Shades of Japanese Laurel #2E7432
Tints of Japanese Laurel #2E7432
RGB
CMYK
RGB Variations
Color information
#2E7432 (or 0x2E7432) is known color: Japanese Laurel. HEX triplet: 2E, 74 and 32. RGB value is (46,116,50). Sum of RGB (Red+Green+Blue) = 46+116+50=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7432 is #D18BCD. Grayscale: #575757. Windows color (decimal): -13732814 or 3306542. OLE color: 3306542.
HSL color Cylindrical-coordinate representation of color #2E7432: hue angle of 123.43º 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 #2E7432 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 50 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.55 |
| HSL | 123.43º | 0.43% | 0.32% | - |
| HSV(B) | 123.43º | 0.6% | 0.45% | - |
| XYZ | 7.95 | 13.3 | 5.17 | - |
| YUV | 87.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 50 | 0.60 | 0 | 0.57 | 0.55 | 123.43 | 0.43 | 0.32 |
| Hex | 2E | 74 | 32 | 3C | 0 | 39 | 37 | 7B | 2B | 20 |
| Octal | 56 | 164 | 62 | 74 | 0 | 71 | 67 | 173 | 53 | 40 |
| Binary | 101110 | 1110100 | 110010 | 111100 | 0 | 111001 | 110111 | 1111011 | 101011 | 100000 |
Color Harmonies of #2E7432
Complementary color
Monochromatic Colors of #2E7432
Black with #2E7432
Text Example
Text Example
White with #2E7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7432; }
p { color: rgb(46,116,50); }
H1.HeaderClassName
{
color: #2E7432;
}
.AnyTagClassName
{
color: #2E7432;
}
</style>
background-color css
<style>
a { background-color: #2E7432; }
a { background-color: rgb(46,116,50); }
div.DivClassName
{
background-color: #2E7432;
}
.BgClassName
{
background-color: #2E7432;
}
</style>
border-color css
<style>
span { border-color: #2E7432; }
span { border-color: rgb(46,116,50); }
td.TdClassName
{
border-color: #2E7432;
}
.TagClassName
{
border-color: #2E7432;
}
</style>