Shades of Japanese Laurel #2E833F
Tints of Japanese Laurel #2E833F
RGB
CMYK
RGB Variations
Color information
#2E833F (or 0x2E833F) is known color: Japanese Laurel. HEX triplet: 2E, 83 and 3F. RGB value is (46,131,63). Sum of RGB (Red+Green+Blue) = 46+131+63=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #2E833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E833F is #D17CC0. Grayscale: #626262. Windows color (decimal): -13728961 or 4162350. OLE color: 4162350.
HSL color Cylindrical-coordinate representation of color #2E833F: hue angle of 132º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E833F is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 63 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.49 |
| HSL | 132º | 0.48% | 0.35% | - |
| HSV(B) | 132º | 0.65% | 0.51% | - |
| XYZ | 10.14 | 17.17 | 7.48 | - |
| YUV | 97.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 63 | 0.65 | 0 | 0.52 | 0.49 | 132 | 0.48 | 0.35 |
| Hex | 2E | 83 | 3F | 41 | 0 | 34 | 31 | 84 | 30 | 23 |
| Octal | 56 | 203 | 77 | 101 | 0 | 64 | 61 | 204 | 60 | 43 |
| Binary | 101110 | 10000011 | 111111 | 1000001 | 0 | 110100 | 110001 | 10000100 | 110000 | 100011 |
Color Harmonies of #2E833F
Complementary color
Monochromatic Colors of #2E833F
Black with #2E833F
Text Example
Text Example
White with #2E833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E833F; }
p { color: rgb(46,131,63); }
H1.HeaderClassName
{
color: #2E833F;
}
.AnyTagClassName
{
color: #2E833F;
}
</style>
background-color css
<style>
a { background-color: #2E833F; }
a { background-color: rgb(46,131,63); }
div.DivClassName
{
background-color: #2E833F;
}
.BgClassName
{
background-color: #2E833F;
}
</style>
border-color css
<style>
span { border-color: #2E833F; }
span { border-color: rgb(46,131,63); }
td.TdClassName
{
border-color: #2E833F;
}
.TagClassName
{
border-color: #2E833F;
}
</style>