Shades of Japanese Laurel #2E8431
Tints of Japanese Laurel #2E8431
RGB
CMYK
RGB Variations
Color information
#2E8431 (or 0x2E8431) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 31. RGB value is (46,132,49). Sum of RGB (Red+Green+Blue) = 46+132+49=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8431 is #D17BCE. Grayscale: #616161. Windows color (decimal): -13728719 or 3245102. OLE color: 3245102.
HSL color Cylindrical-coordinate representation of color #2E8431: hue angle of 122.09º degrees, saturation: 0.48, 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 #2E8431 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 132 | 49 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.48 |
| HSL | 122.09º | 0.48% | 0.35% | - |
| HSV(B) | 122.09º | 0.65% | 0.52% | - |
| XYZ | 9.93 | 17.31 | 5.72 | - |
| YUV | 96.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 49 | 0.65 | 0 | 0.63 | 0.48 | 122.09 | 0.48 | 0.35 |
| Hex | 2E | 84 | 31 | 41 | 0 | 3F | 30 | 7A | 30 | 23 |
| Octal | 56 | 204 | 61 | 101 | 0 | 77 | 60 | 172 | 60 | 43 |
| Binary | 101110 | 10000100 | 110001 | 1000001 | 0 | 111111 | 110000 | 1111010 | 110000 | 100011 |
Color Harmonies of #2E8431
Complementary color
Monochromatic Colors of #2E8431
Black with #2E8431
Text Example
Text Example
White with #2E8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8431; }
p { color: rgb(46,132,49); }
H1.HeaderClassName
{
color: #2E8431;
}
.AnyTagClassName
{
color: #2E8431;
}
</style>
background-color css
<style>
a { background-color: #2E8431; }
a { background-color: rgb(46,132,49); }
div.DivClassName
{
background-color: #2E8431;
}
.BgClassName
{
background-color: #2E8431;
}
</style>
border-color css
<style>
span { border-color: #2E8431; }
span { border-color: rgb(46,132,49); }
td.TdClassName
{
border-color: #2E8431;
}
.TagClassName
{
border-color: #2E8431;
}
</style>