Shades of Japanese Laurel #2E853E
Tints of Japanese Laurel #2E853E
RGB
CMYK
RGB Variations
Color information
#2E853E (or 0x2E853E) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 3E. RGB value is (46,133,62). Sum of RGB (Red+Green+Blue) = 46+133+62=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #2E853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E853E is #D17AC1. Grayscale: #636363. Windows color (decimal): -13728450 or 4097326. OLE color: 4097326.
HSL color Cylindrical-coordinate representation of color #2E853E: hue angle of 131.03º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E853E is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 62 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.48 |
| HSL | 131.03º | 0.49% | 0.35% | - |
| HSV(B) | 131.03º | 0.65% | 0.52% | - |
| XYZ | 10.38 | 17.7 | 7.43 | - |
| YUV | 98.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 62 | 0.65 | 0 | 0.53 | 0.48 | 131.03 | 0.49 | 0.35 |
| Hex | 2E | 85 | 3E | 41 | 0 | 35 | 30 | 83 | 31 | 23 |
| Octal | 56 | 205 | 76 | 101 | 0 | 65 | 60 | 203 | 61 | 43 |
| Binary | 101110 | 10000101 | 111110 | 1000001 | 0 | 110101 | 110000 | 10000011 | 110001 | 100011 |
Color Harmonies of #2E853E
Complementary color
Monochromatic Colors of #2E853E
Black with #2E853E
Text Example
Text Example
White with #2E853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E853E; }
p { color: rgb(46,133,62); }
H1.HeaderClassName
{
color: #2E853E;
}
.AnyTagClassName
{
color: #2E853E;
}
</style>
background-color css
<style>
a { background-color: #2E853E; }
a { background-color: rgb(46,133,62); }
div.DivClassName
{
background-color: #2E853E;
}
.BgClassName
{
background-color: #2E853E;
}
</style>
border-color css
<style>
span { border-color: #2E853E; }
span { border-color: rgb(46,133,62); }
td.TdClassName
{
border-color: #2E853E;
}
.TagClassName
{
border-color: #2E853E;
}
</style>