Shades of Japanese Laurel #2E852E
Tints of Japanese Laurel #2E852E
RGB
CMYK
RGB Variations
Color information
#2E852E (or 0x2E852E) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 2E. RGB value is (46,133,46). Sum of RGB (Red+Green+Blue) = 46+133+46=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #2E852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E852E is #D17AD1. Grayscale: #616161. Windows color (decimal): -13728466 or 3048750. OLE color: 3048750.
HSL color Cylindrical-coordinate representation of color #2E852E: hue angle of 120º 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 #2E852E is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 46 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.48 |
| HSL | 120º | 0.49% | 0.35% | - |
| HSV(B) | 120º | 0.65% | 0.52% | - |
| XYZ | 10.01 | 17.55 | 5.45 | - |
| YUV | 97.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 46 | 0.65 | 0 | 0.65 | 0.48 | 120 | 0.49 | 0.35 |
| Hex | 2E | 85 | 2E | 41 | 0 | 41 | 30 | 78 | 31 | 23 |
| Octal | 56 | 205 | 56 | 101 | 0 | 101 | 60 | 170 | 61 | 43 |
| Binary | 101110 | 10000101 | 101110 | 1000001 | 0 | 1000001 | 110000 | 1111000 | 110001 | 100011 |
Color Harmonies of #2E852E
Complementary color
Monochromatic Colors of #2E852E
Black with #2E852E
Text Example
Text Example
White with #2E852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E852E; }
p { color: rgb(46,133,46); }
H1.HeaderClassName
{
color: #2E852E;
}
.AnyTagClassName
{
color: #2E852E;
}
</style>
background-color css
<style>
a { background-color: #2E852E; }
a { background-color: rgb(46,133,46); }
div.DivClassName
{
background-color: #2E852E;
}
.BgClassName
{
background-color: #2E852E;
}
</style>
border-color css
<style>
span { border-color: #2E852E; }
span { border-color: rgb(46,133,46); }
td.TdClassName
{
border-color: #2E852E;
}
.TagClassName
{
border-color: #2E852E;
}
</style>