Shades of Japanese Laurel #2E7D3D
Tints of Japanese Laurel #2E7D3D
RGB
CMYK
RGB Variations
Color information
#2E7D3D (or 0x2E7D3D) is known color: Japanese Laurel. HEX triplet: 2E, 7D and 3D. RGB value is (46,125,61). Sum of RGB (Red+Green+Blue) = 46+125+61=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D3D is #D182C2. Grayscale: #5E5E5E. Windows color (decimal): -13730499 or 4029742. OLE color: 4029742.
HSL color Cylindrical-coordinate representation of color #2E7D3D: hue angle of 131.39º 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 #2E7D3D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 61 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.51 |
| HSL | 131.39º | 0.46% | 0.34% | - |
| HSV(B) | 131.39º | 0.63% | 0.49% | - |
| XYZ | 9.3 | 15.59 | 6.93 | - |
| YUV | 94.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 61 | 0.63 | 0 | 0.51 | 0.51 | 131.39 | 0.46 | 0.34 |
| Hex | 2E | 7D | 3D | 3F | 0 | 33 | 33 | 83 | 2E | 22 |
| Octal | 56 | 175 | 75 | 77 | 0 | 63 | 63 | 203 | 56 | 42 |
| Binary | 101110 | 1111101 | 111101 | 111111 | 0 | 110011 | 110011 | 10000011 | 101110 | 100010 |
Color Harmonies of #2E7D3D
Complementary color
Monochromatic Colors of #2E7D3D
Black with #2E7D3D
Text Example
Text Example
White with #2E7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D3D; }
p { color: rgb(46,125,61); }
H1.HeaderClassName
{
color: #2E7D3D;
}
.AnyTagClassName
{
color: #2E7D3D;
}
</style>
background-color css
<style>
a { background-color: #2E7D3D; }
a { background-color: rgb(46,125,61); }
div.DivClassName
{
background-color: #2E7D3D;
}
.BgClassName
{
background-color: #2E7D3D;
}
</style>
border-color css
<style>
span { border-color: #2E7D3D; }
span { border-color: rgb(46,125,61); }
td.TdClassName
{
border-color: #2E7D3D;
}
.TagClassName
{
border-color: #2E7D3D;
}
</style>