Shades of Japanese Laurel #2E8C38
Tints of Japanese Laurel #2E8C38
RGB
CMYK
RGB Variations
Color information
#2E8C38 (or 0x2E8C38) is known color: Japanese Laurel. HEX triplet: 2E, 8C and 38. RGB value is (46,140,56). Sum of RGB (Red+Green+Blue) = 46+140+56=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8C38 is #D173C7. Grayscale: #666666. Windows color (decimal): -13726664 or 3705902. OLE color: 3705902.
HSL color Cylindrical-coordinate representation of color #2E8C38: hue angle of 126.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C38 is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 56 | - |
| CMYK | 0.67 | 0 | 0.6 | 0.45 |
| HSL | 126.38º | 0.51% | 0.36% | - |
| HSV(B) | 126.38º | 0.67% | 0.55% | - |
| XYZ | 11.22 | 19.62 | 6.94 | - |
| YUV | 102.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 56 | 0.67 | 0 | 0.6 | 0.45 | 126.38 | 0.51 | 0.36 |
| Hex | 2E | 8C | 38 | 43 | 0 | 3C | 2D | 7E | 33 | 24 |
| Octal | 56 | 214 | 70 | 103 | 0 | 74 | 55 | 176 | 63 | 44 |
| Binary | 101110 | 10001100 | 111000 | 1000011 | 0 | 111100 | 101101 | 1111110 | 110011 | 100100 |
Color Harmonies of #2E8C38
Complementary color
Monochromatic Colors of #2E8C38
Black with #2E8C38
Text Example
Text Example
White with #2E8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C38; }
p { color: rgb(46,140,56); }
H1.HeaderClassName
{
color: #2E8C38;
}
.AnyTagClassName
{
color: #2E8C38;
}
</style>
background-color css
<style>
a { background-color: #2E8C38; }
a { background-color: rgb(46,140,56); }
div.DivClassName
{
background-color: #2E8C38;
}
.BgClassName
{
background-color: #2E8C38;
}
</style>
border-color css
<style>
span { border-color: #2E8C38; }
span { border-color: rgb(46,140,56); }
td.TdClassName
{
border-color: #2E8C38;
}
.TagClassName
{
border-color: #2E8C38;
}
</style>