Shades of Japanese Laurel #2E7330
Tints of Japanese Laurel #2E7330
RGB
CMYK
RGB Variations
Color information
#2E7330 (or 0x2E7330) is known color: Japanese Laurel. HEX triplet: 2E, 73 and 30. RGB value is (46,115,48). Sum of RGB (Red+Green+Blue) = 46+115+48=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7330 is #D18CCF. Grayscale: #565656. Windows color (decimal): -13733072 or 3175214. OLE color: 3175214.
HSL color Cylindrical-coordinate representation of color #2E7330: hue angle of 121.74º 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 #2E7330 is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 48 | - |
| CMYK | 0.6 | 0 | 0.58 | 0.55 |
| HSL | 121.74º | 0.43% | 0.32% | - |
| HSV(B) | 121.74º | 0.6% | 0.45% | - |
| XYZ | 7.79 | 13.06 | 4.91 | - |
| YUV | 86.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 48 | 0.6 | 0 | 0.58 | 0.55 | 121.74 | 0.43 | 0.32 |
| Hex | 2E | 73 | 30 | 3C | 0 | 3A | 37 | 7A | 2B | 20 |
| Octal | 56 | 163 | 60 | 74 | 0 | 72 | 67 | 172 | 53 | 40 |
| Binary | 101110 | 1110011 | 110000 | 111100 | 0 | 111010 | 110111 | 1111010 | 101011 | 100000 |
Color Harmonies of #2E7330
Complementary color
Monochromatic Colors of #2E7330
Black with #2E7330
Text Example
Text Example
White with #2E7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7330; }
p { color: rgb(46,115,48); }
H1.HeaderClassName
{
color: #2E7330;
}
.AnyTagClassName
{
color: #2E7330;
}
</style>
background-color css
<style>
a { background-color: #2E7330; }
a { background-color: rgb(46,115,48); }
div.DivClassName
{
background-color: #2E7330;
}
.BgClassName
{
background-color: #2E7330;
}
</style>
border-color css
<style>
span { border-color: #2E7330; }
span { border-color: rgb(46,115,48); }
td.TdClassName
{
border-color: #2E7330;
}
.TagClassName
{
border-color: #2E7330;
}
</style>