Shades of Japanese Laurel #2E813E
Tints of Japanese Laurel #2E813E
RGB
CMYK
RGB Variations
Color information
#2E813E (or 0x2E813E) is known color: Japanese Laurel. HEX triplet: 2E, 81 and 3E. RGB value is (46,129,62). Sum of RGB (Red+Green+Blue) = 46+129+62=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #2E813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E813E is #D17EC1. Grayscale: #606060. Windows color (decimal): -13729474 or 4096302. OLE color: 4096302.
HSL color Cylindrical-coordinate representation of color #2E813E: hue angle of 131.57º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E813E is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 62 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.49 |
| HSL | 131.57º | 0.47% | 0.34% | - |
| HSV(B) | 131.57º | 0.64% | 0.51% | - |
| XYZ | 9.85 | 16.63 | 7.25 | - |
| YUV | 96.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 62 | 0.64 | 0 | 0.52 | 0.49 | 131.57 | 0.47 | 0.34 |
| Hex | 2E | 81 | 3E | 40 | 0 | 34 | 31 | 84 | 2F | 22 |
| Octal | 56 | 201 | 76 | 100 | 0 | 64 | 61 | 204 | 57 | 42 |
| Binary | 101110 | 10000001 | 111110 | 1000000 | 0 | 110100 | 110001 | 10000100 | 101111 | 100010 |
Color Harmonies of #2E813E
Complementary color
Monochromatic Colors of #2E813E
Black with #2E813E
Text Example
Text Example
White with #2E813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E813E; }
p { color: rgb(46,129,62); }
H1.HeaderClassName
{
color: #2E813E;
}
.AnyTagClassName
{
color: #2E813E;
}
</style>
background-color css
<style>
a { background-color: #2E813E; }
a { background-color: rgb(46,129,62); }
div.DivClassName
{
background-color: #2E813E;
}
.BgClassName
{
background-color: #2E813E;
}
</style>
border-color css
<style>
span { border-color: #2E813E; }
span { border-color: rgb(46,129,62); }
td.TdClassName
{
border-color: #2E813E;
}
.TagClassName
{
border-color: #2E813E;
}
</style>