Shades of Japanese Laurel #2E7D3C
Tints of Japanese Laurel #2E7D3C
RGB
CMYK
RGB Variations
Color information
#2E7D3C (or 0x2E7D3C) is known color: Japanese Laurel. HEX triplet: 2E, 7D and 3C. RGB value is (46,125,60). Sum of RGB (Red+Green+Blue) = 46+125+60=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D3C is #D182C3. Grayscale: #5E5E5E. Windows color (decimal): -13730500 or 3964206. OLE color: 3964206.
HSL color Cylindrical-coordinate representation of color #2E7D3C: hue angle of 130.63º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D3C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 60 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.51 |
| HSL | 130.63º | 0.46% | 0.34% | - |
| HSV(B) | 130.63º | 0.63% | 0.49% | - |
| XYZ | 9.28 | 15.57 | 6.79 | - |
| YUV | 93.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 60 | 0.63 | 0 | 0.52 | 0.51 | 130.63 | 0.46 | 0.34 |
| Hex | 2E | 7D | 3C | 3F | 0 | 34 | 33 | 83 | 2E | 22 |
| Octal | 56 | 175 | 74 | 77 | 0 | 64 | 63 | 203 | 56 | 42 |
| Binary | 101110 | 1111101 | 111100 | 111111 | 0 | 110100 | 110011 | 10000011 | 101110 | 100010 |
Color Harmonies of #2E7D3C
Complementary color
Monochromatic Colors of #2E7D3C
Black with #2E7D3C
Text Example
Text Example
White with #2E7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D3C; }
p { color: rgb(46,125,60); }
H1.HeaderClassName
{
color: #2E7D3C;
}
.AnyTagClassName
{
color: #2E7D3C;
}
</style>
background-color css
<style>
a { background-color: #2E7D3C; }
a { background-color: rgb(46,125,60); }
div.DivClassName
{
background-color: #2E7D3C;
}
.BgClassName
{
background-color: #2E7D3C;
}
</style>
border-color css
<style>
span { border-color: #2E7D3C; }
span { border-color: rgb(46,125,60); }
td.TdClassName
{
border-color: #2E7D3C;
}
.TagClassName
{
border-color: #2E7D3C;
}
</style>