Shades of Japanese Laurel #2E8038
Tints of Japanese Laurel #2E8038
RGB
CMYK
RGB Variations
Color information
#2E8038 (or 0x2E8038) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 38. RGB value is (46,128,56). Sum of RGB (Red+Green+Blue) = 46+128+56=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #2E8038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8038 is #D17FC7. Grayscale: #5F5F5F. Windows color (decimal): -13729736 or 3702830. OLE color: 3702830.
HSL color Cylindrical-coordinate representation of color #2E8038: hue angle of 127.32º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8038 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 56 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.50 |
| HSL | 127.32º | 0.47% | 0.34% | - |
| HSV(B) | 127.32º | 0.64% | 0.5% | - |
| XYZ | 9.56 | 16.3 | 6.38 | - |
| YUV | 95.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 56 | 0.64 | 0 | 0.56 | 0.50 | 127.32 | 0.47 | 0.34 |
| Hex | 2E | 80 | 38 | 40 | 0 | 38 | 32 | 7F | 2F | 22 |
| Octal | 56 | 200 | 70 | 100 | 0 | 70 | 62 | 177 | 57 | 42 |
| Binary | 101110 | 10000000 | 111000 | 1000000 | 0 | 111000 | 110010 | 1111111 | 101111 | 100010 |
Color Harmonies of #2E8038
Complementary color
Monochromatic Colors of #2E8038
Black with #2E8038
Text Example
Text Example
White with #2E8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8038; }
p { color: rgb(46,128,56); }
H1.HeaderClassName
{
color: #2E8038;
}
.AnyTagClassName
{
color: #2E8038;
}
</style>
background-color css
<style>
a { background-color: #2E8038; }
a { background-color: rgb(46,128,56); }
div.DivClassName
{
background-color: #2E8038;
}
.BgClassName
{
background-color: #2E8038;
}
</style>
border-color css
<style>
span { border-color: #2E8038; }
span { border-color: rgb(46,128,56); }
td.TdClassName
{
border-color: #2E8038;
}
.TagClassName
{
border-color: #2E8038;
}
</style>