Shades of Japanese Laurel #2E752F
Tints of Japanese Laurel #2E752F
RGB
CMYK
RGB Variations
Color information
#2E752F (or 0x2E752F) is known color: Japanese Laurel. HEX triplet: 2E, 75 and 2F. RGB value is (46,117,47). Sum of RGB (Red+Green+Blue) = 46+117+47=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #2E752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E752F is #D18AD0. Grayscale: #585858. Windows color (decimal): -13732561 or 3110190. OLE color: 3110190.
HSL color Cylindrical-coordinate representation of color #2E752F: hue angle of 120.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E752F is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 47 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.54 |
| HSL | 120.85º | 0.44% | 0.32% | - |
| HSV(B) | 120.85º | 0.61% | 0.46% | - |
| XYZ | 8 | 13.51 | 4.88 | - |
| YUV | 87.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 47 | 0.61 | 0 | 0.60 | 0.54 | 120.85 | 0.44 | 0.32 |
| Hex | 2E | 75 | 2F | 3D | 0 | 3C | 36 | 79 | 2C | 20 |
| Octal | 56 | 165 | 57 | 75 | 0 | 74 | 66 | 171 | 54 | 40 |
| Binary | 101110 | 1110101 | 101111 | 111101 | 0 | 111100 | 110110 | 1111001 | 101100 | 100000 |
Color Harmonies of #2E752F
Complementary color
Monochromatic Colors of #2E752F
Black with #2E752F
Text Example
Text Example
White with #2E752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E752F; }
p { color: rgb(46,117,47); }
H1.HeaderClassName
{
color: #2E752F;
}
.AnyTagClassName
{
color: #2E752F;
}
</style>
background-color css
<style>
a { background-color: #2E752F; }
a { background-color: rgb(46,117,47); }
div.DivClassName
{
background-color: #2E752F;
}
.BgClassName
{
background-color: #2E752F;
}
</style>
border-color css
<style>
span { border-color: #2E752F; }
span { border-color: rgb(46,117,47); }
td.TdClassName
{
border-color: #2E752F;
}
.TagClassName
{
border-color: #2E752F;
}
</style>