Shades of Japanese Laurel #2E7E33
Tints of Japanese Laurel #2E7E33
RGB
CMYK
RGB Variations
Color information
#2E7E33 (or 0x2E7E33) is known color: Japanese Laurel. HEX triplet: 2E, 7E and 33. RGB value is (46,126,51). Sum of RGB (Red+Green+Blue) = 46+126+51=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #2E7E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7E33 is #D181CC. Grayscale: #5D5D5D. Windows color (decimal): -13730253 or 3374638. OLE color: 3374638.
HSL color Cylindrical-coordinate representation of color #2E7E33: hue angle of 123.75º degrees, saturation: 0.47, 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 #2E7E33 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 126 | 51 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.51 |
| HSL | 123.75º | 0.47% | 0.34% | - |
| HSV(B) | 123.75º | 0.63% | 0.49% | - |
| XYZ | 9.19 | 15.74 | 5.69 | - |
| YUV | 93.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 51 | 0.63 | 0 | 0.60 | 0.51 | 123.75 | 0.47 | 0.34 |
| Hex | 2E | 7E | 33 | 3F | 0 | 3C | 33 | 7C | 2F | 22 |
| Octal | 56 | 176 | 63 | 77 | 0 | 74 | 63 | 174 | 57 | 42 |
| Binary | 101110 | 1111110 | 110011 | 111111 | 0 | 111100 | 110011 | 1111100 | 101111 | 100010 |
Color Harmonies of #2E7E33
Complementary color
Monochromatic Colors of #2E7E33
Black with #2E7E33
Text Example
Text Example
White with #2E7E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E33; }
p { color: rgb(46,126,51); }
H1.HeaderClassName
{
color: #2E7E33;
}
.AnyTagClassName
{
color: #2E7E33;
}
</style>
background-color css
<style>
a { background-color: #2E7E33; }
a { background-color: rgb(46,126,51); }
div.DivClassName
{
background-color: #2E7E33;
}
.BgClassName
{
background-color: #2E7E33;
}
</style>
border-color css
<style>
span { border-color: #2E7E33; }
span { border-color: rgb(46,126,51); }
td.TdClassName
{
border-color: #2E7E33;
}
.TagClassName
{
border-color: #2E7E33;
}
</style>