Shades of Japanese Laurel #2E7130
Tints of Japanese Laurel #2E7130
RGB
CMYK
RGB Variations
Color information
#2E7130 (or 0x2E7130) is known color: Japanese Laurel. HEX triplet: 2E, 71 and 30. RGB value is (46,113,48). Sum of RGB (Red+Green+Blue) = 46+113+48=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7130 is #D18ECF. Grayscale: #555555. Windows color (decimal): -13733584 or 3174702. OLE color: 3174702.
HSL color Cylindrical-coordinate representation of color #2E7130: hue angle of 121.79º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7130 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 48 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.56 |
| HSL | 121.79º | 0.42% | 0.31% | - |
| HSV(B) | 121.79º | 0.59% | 0.44% | - |
| XYZ | 7.57 | 12.6 | 4.83 | - |
| YUV | 85.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 48 | 0.59 | 0 | 0.58 | 0.56 | 121.79 | 0.42 | 0.31 |
| Hex | 2E | 71 | 30 | 3B | 0 | 3A | 38 | 7A | 2A | 1F |
| Octal | 56 | 161 | 60 | 73 | 0 | 72 | 70 | 172 | 52 | 37 |
| Binary | 101110 | 1110001 | 110000 | 111011 | 0 | 111010 | 111000 | 1111010 | 101010 | 11111 |
Color Harmonies of #2E7130
Complementary color
Monochromatic Colors of #2E7130
Black with #2E7130
Text Example
Text Example
White with #2E7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7130; }
p { color: rgb(46,113,48); }
H1.HeaderClassName
{
color: #2E7130;
}
.AnyTagClassName
{
color: #2E7130;
}
</style>
background-color css
<style>
a { background-color: #2E7130; }
a { background-color: rgb(46,113,48); }
div.DivClassName
{
background-color: #2E7130;
}
.BgClassName
{
background-color: #2E7130;
}
</style>
border-color css
<style>
span { border-color: #2E7130; }
span { border-color: rgb(46,113,48); }
td.TdClassName
{
border-color: #2E7130;
}
.TagClassName
{
border-color: #2E7130;
}
</style>