Shades of Japanese Laurel #2E833D
Tints of Japanese Laurel #2E833D
RGB
CMYK
RGB Variations
Color information
#2E833D (or 0x2E833D) is known color: Japanese Laurel. HEX triplet: 2E, 83 and 3D. RGB value is (46,131,61). Sum of RGB (Red+Green+Blue) = 46+131+61=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #2E833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E833D is #D17CC2. Grayscale: #616161. Windows color (decimal): -13728963 or 4031278. OLE color: 4031278.
HSL color Cylindrical-coordinate representation of color #2E833D: hue angle of 130.59º 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 #2E833D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 61 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.49 |
| HSL | 130.59º | 0.48% | 0.35% | - |
| HSV(B) | 130.59º | 0.65% | 0.51% | - |
| XYZ | 10.09 | 17.15 | 7.19 | - |
| YUV | 97.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 61 | 0.65 | 0 | 0.53 | 0.49 | 130.59 | 0.48 | 0.35 |
| Hex | 2E | 83 | 3D | 41 | 0 | 35 | 31 | 83 | 30 | 23 |
| Octal | 56 | 203 | 75 | 101 | 0 | 65 | 61 | 203 | 60 | 43 |
| Binary | 101110 | 10000011 | 111101 | 1000001 | 0 | 110101 | 110001 | 10000011 | 110000 | 100011 |
Color Harmonies of #2E833D
Complementary color
Monochromatic Colors of #2E833D
Black with #2E833D
Text Example
Text Example
White with #2E833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E833D; }
p { color: rgb(46,131,61); }
H1.HeaderClassName
{
color: #2E833D;
}
.AnyTagClassName
{
color: #2E833D;
}
</style>
background-color css
<style>
a { background-color: #2E833D; }
a { background-color: rgb(46,131,61); }
div.DivClassName
{
background-color: #2E833D;
}
.BgClassName
{
background-color: #2E833D;
}
</style>
border-color css
<style>
span { border-color: #2E833D; }
span { border-color: rgb(46,131,61); }
td.TdClassName
{
border-color: #2E833D;
}
.TagClassName
{
border-color: #2E833D;
}
</style>