Shades of Japanese Laurel #2E7A31
Tints of Japanese Laurel #2E7A31
RGB
CMYK
RGB Variations
Color information
#2E7A31 (or 0x2E7A31) is known color: Japanese Laurel. HEX triplet: 2E, 7A and 31. RGB value is (46,122,49). Sum of RGB (Red+Green+Blue) = 46+122+49=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7A31 is #D185CE. Grayscale: #5B5B5B. Windows color (decimal): -13731279 or 3242542. OLE color: 3242542.
HSL color Cylindrical-coordinate representation of color #2E7A31: hue angle of 122.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A31 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 49 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.52 |
| HSL | 122.37º | 0.45% | 0.33% | - |
| HSV(B) | 122.37º | 0.62% | 0.48% | - |
| XYZ | 8.64 | 14.72 | 5.29 | - |
| YUV | 90.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 49 | 0.62 | 0 | 0.60 | 0.52 | 122.37 | 0.45 | 0.33 |
| Hex | 2E | 7A | 31 | 3E | 0 | 3C | 34 | 7A | 2D | 21 |
| Octal | 56 | 172 | 61 | 76 | 0 | 74 | 64 | 172 | 55 | 41 |
| Binary | 101110 | 1111010 | 110001 | 111110 | 0 | 111100 | 110100 | 1111010 | 101101 | 100001 |
Color Harmonies of #2E7A31
Complementary color
Monochromatic Colors of #2E7A31
Black with #2E7A31
Text Example
Text Example
White with #2E7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A31; }
p { color: rgb(46,122,49); }
H1.HeaderClassName
{
color: #2E7A31;
}
.AnyTagClassName
{
color: #2E7A31;
}
</style>
background-color css
<style>
a { background-color: #2E7A31; }
a { background-color: rgb(46,122,49); }
div.DivClassName
{
background-color: #2E7A31;
}
.BgClassName
{
background-color: #2E7A31;
}
</style>
border-color css
<style>
span { border-color: #2E7A31; }
span { border-color: rgb(46,122,49); }
td.TdClassName
{
border-color: #2E7A31;
}
.TagClassName
{
border-color: #2E7A31;
}
</style>