Shades of Japanese Laurel #2E6E23
Tints of Japanese Laurel #2E6E23
RGB
CMYK
RGB Variations
Color information
#2E6E23 (or 0x2E6E23) is known color: Japanese Laurel. HEX triplet: 2E, 6E and 23. RGB value is (46,110,35). Sum of RGB (Red+Green+Blue) = 46+110+35=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E23 is #D191DC. Grayscale: #525252. Windows color (decimal): -13734365 or 2321966. OLE color: 2321966.
HSL color Cylindrical-coordinate representation of color #2E6E23: hue angle of 111.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6E23 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 35 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.57 |
| HSL | 111.2º | 0.52% | 0.28% | - |
| HSV(B) | 111.2º | 0.68% | 0.43% | - |
| XYZ | 7.01 | 11.85 | 3.51 | - |
| YUV | 82.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 35 | 0.58 | 0 | 0.68 | 0.57 | 111.2 | 0.52 | 0.28 |
| Hex | 2E | 6E | 23 | 3A | 0 | 44 | 39 | 6F | 34 | 1C |
| Octal | 56 | 156 | 43 | 72 | 0 | 104 | 71 | 157 | 64 | 34 |
| Binary | 101110 | 1101110 | 100011 | 111010 | 0 | 1000100 | 111001 | 1101111 | 110100 | 11100 |
Color Harmonies of #2E6E23
Complementary color
Monochromatic Colors of #2E6E23
Black with #2E6E23
Text Example
Text Example
White with #2E6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E23; }
p { color: rgb(46,110,35); }
H1.HeaderClassName
{
color: #2E6E23;
}
.AnyTagClassName
{
color: #2E6E23;
}
</style>
background-color css
<style>
a { background-color: #2E6E23; }
a { background-color: rgb(46,110,35); }
div.DivClassName
{
background-color: #2E6E23;
}
.BgClassName
{
background-color: #2E6E23;
}
</style>
border-color css
<style>
span { border-color: #2E6E23; }
span { border-color: rgb(46,110,35); }
td.TdClassName
{
border-color: #2E6E23;
}
.TagClassName
{
border-color: #2E6E23;
}
</style>