Shades of Japanese Laurel #2E7D33
Tints of Japanese Laurel #2E7D33
RGB
CMYK
RGB Variations
Color information
#2E7D33 (or 0x2E7D33) is known color: Japanese Laurel. HEX triplet: 2E, 7D and 33. RGB value is (46,125,51). Sum of RGB (Red+Green+Blue) = 46+125+51=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D33 is #D182CC. Grayscale: #5D5D5D. Windows color (decimal): -13730509 or 3374382. OLE color: 3374382.
HSL color Cylindrical-coordinate representation of color #2E7D33: hue angle of 123.8º 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 #2E7D33 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 51 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.51 |
| HSL | 123.8º | 0.46% | 0.34% | - |
| HSV(B) | 123.8º | 0.63% | 0.49% | - |
| XYZ | 9.06 | 15.49 | 5.64 | - |
| YUV | 92.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 51 | 0.63 | 0 | 0.59 | 0.51 | 123.8 | 0.46 | 0.34 |
| Hex | 2E | 7D | 33 | 3F | 0 | 3B | 33 | 7C | 2E | 22 |
| Octal | 56 | 175 | 63 | 77 | 0 | 73 | 63 | 174 | 56 | 42 |
| Binary | 101110 | 1111101 | 110011 | 111111 | 0 | 111011 | 110011 | 1111100 | 101110 | 100010 |
Color Harmonies of #2E7D33
Complementary color
Monochromatic Colors of #2E7D33
Black with #2E7D33
Text Example
Text Example
White with #2E7D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D33; }
p { color: rgb(46,125,51); }
H1.HeaderClassName
{
color: #2E7D33;
}
.AnyTagClassName
{
color: #2E7D33;
}
</style>
background-color css
<style>
a { background-color: #2E7D33; }
a { background-color: rgb(46,125,51); }
div.DivClassName
{
background-color: #2E7D33;
}
.BgClassName
{
background-color: #2E7D33;
}
</style>
border-color css
<style>
span { border-color: #2E7D33; }
span { border-color: rgb(46,125,51); }
td.TdClassName
{
border-color: #2E7D33;
}
.TagClassName
{
border-color: #2E7D33;
}
</style>