Shades of Japanese Laurel #2E772F
Tints of Japanese Laurel #2E772F
RGB
CMYK
RGB Variations
Color information
#2E772F (or 0x2E772F) is known color: Japanese Laurel. HEX triplet: 2E, 77 and 2F. RGB value is (46,119,47). Sum of RGB (Red+Green+Blue) = 46+119+47=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #2E772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E772F is #D188D0. Grayscale: #595959. Windows color (decimal): -13732049 or 3110702. OLE color: 3110702.
HSL color Cylindrical-coordinate representation of color #2E772F: hue angle of 120.82º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E772F is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 47 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.53 |
| HSL | 120.82º | 0.44% | 0.32% | - |
| HSV(B) | 120.82º | 0.61% | 0.47% | - |
| XYZ | 8.24 | 13.98 | 4.95 | - |
| YUV | 88.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 47 | 0.61 | 0 | 0.61 | 0.53 | 120.82 | 0.44 | 0.32 |
| Hex | 2E | 77 | 2F | 3D | 0 | 3D | 35 | 79 | 2C | 20 |
| Octal | 56 | 167 | 57 | 75 | 0 | 75 | 65 | 171 | 54 | 40 |
| Binary | 101110 | 1110111 | 101111 | 111101 | 0 | 111101 | 110101 | 1111001 | 101100 | 100000 |
Color Harmonies of #2E772F
Complementary color
Monochromatic Colors of #2E772F
Black with #2E772F
Text Example
Text Example
White with #2E772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E772F; }
p { color: rgb(46,119,47); }
H1.HeaderClassName
{
color: #2E772F;
}
.AnyTagClassName
{
color: #2E772F;
}
</style>
background-color css
<style>
a { background-color: #2E772F; }
a { background-color: rgb(46,119,47); }
div.DivClassName
{
background-color: #2E772F;
}
.BgClassName
{
background-color: #2E772F;
}
</style>
border-color css
<style>
span { border-color: #2E772F; }
span { border-color: rgb(46,119,47); }
td.TdClassName
{
border-color: #2E772F;
}
.TagClassName
{
border-color: #2E772F;
}
</style>