Shades of Japanese Laurel #2E8F3E
Tints of Japanese Laurel #2E8F3E
RGB
CMYK
RGB Variations
Color information
#2E8F3E (or 0x2E8F3E) is known color: Japanese Laurel. HEX triplet: 2E, 8F and 3E. RGB value is (46,143,62). Sum of RGB (Red+Green+Blue) = 46+143+62=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8F3E is #D170C1. Grayscale: #686868. Windows color (decimal): -13725890 or 4099886. OLE color: 4099886.
HSL color Cylindrical-coordinate representation of color #2E8F3E: hue angle of 129.9º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F3E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 143 | 62 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.44 |
| HSL | 129.9º | 0.51% | 0.37% | - |
| HSV(B) | 129.9º | 0.68% | 0.56% | - |
| XYZ | 11.82 | 20.57 | 7.91 | - |
| YUV | 104.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 62 | 0.68 | 0 | 0.57 | 0.44 | 129.9 | 0.51 | 0.37 |
| Hex | 2E | 8F | 3E | 44 | 0 | 39 | 2C | 82 | 33 | 25 |
| Octal | 56 | 217 | 76 | 104 | 0 | 71 | 54 | 202 | 63 | 45 |
| Binary | 101110 | 10001111 | 111110 | 1000100 | 0 | 111001 | 101100 | 10000010 | 110011 | 100101 |
Color Harmonies of #2E8F3E
Complementary color
Monochromatic Colors of #2E8F3E
Black with #2E8F3E
Text Example
Text Example
White with #2E8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F3E; }
p { color: rgb(46,143,62); }
H1.HeaderClassName
{
color: #2E8F3E;
}
.AnyTagClassName
{
color: #2E8F3E;
}
</style>
background-color css
<style>
a { background-color: #2E8F3E; }
a { background-color: rgb(46,143,62); }
div.DivClassName
{
background-color: #2E8F3E;
}
.BgClassName
{
background-color: #2E8F3E;
}
</style>
border-color css
<style>
span { border-color: #2E8F3E; }
span { border-color: rgb(46,143,62); }
td.TdClassName
{
border-color: #2E8F3E;
}
.TagClassName
{
border-color: #2E8F3E;
}
</style>