Shades of Japanese Laurel #2E863D
Tints of Japanese Laurel #2E863D
RGB
CMYK
RGB Variations
Color information
#2E863D (or 0x2E863D) is known color: Japanese Laurel. HEX triplet: 2E, 86 and 3D. RGB value is (46,134,61). Sum of RGB (Red+Green+Blue) = 46+134+61=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #2E863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E863D is #D179C2. Grayscale: #636363. Windows color (decimal): -13728195 or 4032046. OLE color: 4032046.
HSL color Cylindrical-coordinate representation of color #2E863D: hue angle of 130.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E863D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 61 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.47 |
| HSL | 130.23º | 0.49% | 0.35% | - |
| HSV(B) | 130.23º | 0.66% | 0.53% | - |
| XYZ | 10.49 | 17.97 | 7.33 | - |
| YUV | 99.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 61 | 0.66 | 0 | 0.54 | 0.47 | 130.23 | 0.49 | 0.35 |
| Hex | 2E | 86 | 3D | 42 | 0 | 36 | 2F | 82 | 31 | 23 |
| Octal | 56 | 206 | 75 | 102 | 0 | 66 | 57 | 202 | 61 | 43 |
| Binary | 101110 | 10000110 | 111101 | 1000010 | 0 | 110110 | 101111 | 10000010 | 110001 | 100011 |
Color Harmonies of #2E863D
Complementary color
Monochromatic Colors of #2E863D
Black with #2E863D
Text Example
Text Example
White with #2E863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E863D; }
p { color: rgb(46,134,61); }
H1.HeaderClassName
{
color: #2E863D;
}
.AnyTagClassName
{
color: #2E863D;
}
</style>
background-color css
<style>
a { background-color: #2E863D; }
a { background-color: rgb(46,134,61); }
div.DivClassName
{
background-color: #2E863D;
}
.BgClassName
{
background-color: #2E863D;
}
</style>
border-color css
<style>
span { border-color: #2E863D; }
span { border-color: rgb(46,134,61); }
td.TdClassName
{
border-color: #2E863D;
}
.TagClassName
{
border-color: #2E863D;
}
</style>