Shades of Japanese Laurel #2E6E25
Tints of Japanese Laurel #2E6E25
RGB
CMYK
RGB Variations
Color information
#2E6E25 (or 0x2E6E25) is known color: Japanese Laurel. HEX triplet: 2E, 6E and 25. RGB value is (46,110,37). Sum of RGB (Red+Green+Blue) = 46+110+37=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E25 is #D191DA. Grayscale: #525252. Windows color (decimal): -13734363 or 2453038. OLE color: 2453038.
HSL color Cylindrical-coordinate representation of color #2E6E25: hue angle of 112.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6E25 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 37 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.57 |
| HSL | 112.6º | 0.5% | 0.29% | - |
| HSV(B) | 112.6º | 0.66% | 0.43% | - |
| XYZ | 7.04 | 11.87 | 3.67 | - |
| YUV | 82.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 37 | 0.58 | 0 | 0.66 | 0.57 | 112.6 | 0.5 | 0.29 |
| Hex | 2E | 6E | 25 | 3A | 0 | 42 | 39 | 71 | 32 | 1D |
| Octal | 56 | 156 | 45 | 72 | 0 | 102 | 71 | 161 | 62 | 35 |
| Binary | 101110 | 1101110 | 100101 | 111010 | 0 | 1000010 | 111001 | 1110001 | 110010 | 11101 |
Color Harmonies of #2E6E25
Complementary color
Monochromatic Colors of #2E6E25
Black with #2E6E25
Text Example
Text Example
White with #2E6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E25; }
p { color: rgb(46,110,37); }
H1.HeaderClassName
{
color: #2E6E25;
}
.AnyTagClassName
{
color: #2E6E25;
}
</style>
background-color css
<style>
a { background-color: #2E6E25; }
a { background-color: rgb(46,110,37); }
div.DivClassName
{
background-color: #2E6E25;
}
.BgClassName
{
background-color: #2E6E25;
}
</style>
border-color css
<style>
span { border-color: #2E6E25; }
span { border-color: rgb(46,110,37); }
td.TdClassName
{
border-color: #2E6E25;
}
.TagClassName
{
border-color: #2E6E25;
}
</style>