Shades of Japanese Laurel #2E7125
Tints of Japanese Laurel #2E7125
RGB
CMYK
RGB Variations
Color information
#2E7125 (or 0x2E7125) is known color: Japanese Laurel. HEX triplet: 2E, 71 and 25. RGB value is (46,113,37). Sum of RGB (Red+Green+Blue) = 46+113+37=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7125 is #D18EDA. Grayscale: #545454. Windows color (decimal): -13733595 or 2453806. OLE color: 2453806.
HSL color Cylindrical-coordinate representation of color #2E7125: hue angle of 112.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7125 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 37 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.56 |
| HSL | 112.89º | 0.51% | 0.29% | - |
| HSV(B) | 112.89º | 0.67% | 0.44% | - |
| XYZ | 7.37 | 12.52 | 3.78 | - |
| YUV | 84.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 37 | 0.59 | 0 | 0.67 | 0.56 | 112.89 | 0.51 | 0.29 |
| Hex | 2E | 71 | 25 | 3B | 0 | 43 | 38 | 71 | 33 | 1D |
| Octal | 56 | 161 | 45 | 73 | 0 | 103 | 70 | 161 | 63 | 35 |
| Binary | 101110 | 1110001 | 100101 | 111011 | 0 | 1000011 | 111000 | 1110001 | 110011 | 11101 |
Color Harmonies of #2E7125
Complementary color
Monochromatic Colors of #2E7125
Black with #2E7125
Text Example
Text Example
White with #2E7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7125; }
p { color: rgb(46,113,37); }
H1.HeaderClassName
{
color: #2E7125;
}
.AnyTagClassName
{
color: #2E7125;
}
</style>
background-color css
<style>
a { background-color: #2E7125; }
a { background-color: rgb(46,113,37); }
div.DivClassName
{
background-color: #2E7125;
}
.BgClassName
{
background-color: #2E7125;
}
</style>
border-color css
<style>
span { border-color: #2E7125; }
span { border-color: rgb(46,113,37); }
td.TdClassName
{
border-color: #2E7125;
}
.TagClassName
{
border-color: #2E7125;
}
</style>