Shades of Japanese Laurel #2E7935
Tints of Japanese Laurel #2E7935
RGB
CMYK
RGB Variations
Color information
#2E7935 (or 0x2E7935) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 35. RGB value is (46,121,53). Sum of RGB (Red+Green+Blue) = 46+121+53=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7935 is #D186CA. Grayscale: #5B5B5B. Windows color (decimal): -13731531 or 3504430. OLE color: 3504430.
HSL color Cylindrical-coordinate representation of color #2E7935: hue angle of 125.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7935 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 53 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.53 |
| HSL | 125.6º | 0.45% | 0.33% | - |
| HSV(B) | 125.6º | 0.62% | 0.47% | - |
| XYZ | 8.61 | 14.51 | 5.72 | - |
| YUV | 90.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 53 | 0.62 | 0 | 0.56 | 0.53 | 125.6 | 0.45 | 0.33 |
| Hex | 2E | 79 | 35 | 3E | 0 | 38 | 35 | 7E | 2D | 21 |
| Octal | 56 | 171 | 65 | 76 | 0 | 70 | 65 | 176 | 55 | 41 |
| Binary | 101110 | 1111001 | 110101 | 111110 | 0 | 111000 | 110101 | 1111110 | 101101 | 100001 |
Color Harmonies of #2E7935
Complementary color
Monochromatic Colors of #2E7935
Black with #2E7935
Text Example
Text Example
White with #2E7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7935; }
p { color: rgb(46,121,53); }
H1.HeaderClassName
{
color: #2E7935;
}
.AnyTagClassName
{
color: #2E7935;
}
</style>
background-color css
<style>
a { background-color: #2E7935; }
a { background-color: rgb(46,121,53); }
div.DivClassName
{
background-color: #2E7935;
}
.BgClassName
{
background-color: #2E7935;
}
</style>
border-color css
<style>
span { border-color: #2E7935; }
span { border-color: rgb(46,121,53); }
td.TdClassName
{
border-color: #2E7935;
}
.TagClassName
{
border-color: #2E7935;
}
</style>