Shades of Japanese Laurel #2E7529
Tints of Japanese Laurel #2E7529
RGB
CMYK
RGB Variations
Color information
#2E7529 (or 0x2E7529) is known color: Japanese Laurel. HEX triplet: 2E, 75 and 29. RGB value is (46,117,41). Sum of RGB (Red+Green+Blue) = 46+117+41=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7529 is #D18AD6. Grayscale: #575757. Windows color (decimal): -13732567 or 2716974. OLE color: 2716974.
HSL color Cylindrical-coordinate representation of color #2E7529: hue angle of 116.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7529 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 41 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.54 |
| HSL | 116.05º | 0.48% | 0.31% | - |
| HSV(B) | 116.05º | 0.65% | 0.46% | - |
| XYZ | 7.89 | 13.46 | 4.28 | - |
| YUV | 87.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 41 | 0.61 | 0 | 0.65 | 0.54 | 116.05 | 0.48 | 0.31 |
| Hex | 2E | 75 | 29 | 3D | 0 | 41 | 36 | 74 | 30 | 1F |
| Octal | 56 | 165 | 51 | 75 | 0 | 101 | 66 | 164 | 60 | 37 |
| Binary | 101110 | 1110101 | 101001 | 111101 | 0 | 1000001 | 110110 | 1110100 | 110000 | 11111 |
Color Harmonies of #2E7529
Complementary color
Monochromatic Colors of #2E7529
Black with #2E7529
Text Example
Text Example
White with #2E7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7529; }
p { color: rgb(46,117,41); }
H1.HeaderClassName
{
color: #2E7529;
}
.AnyTagClassName
{
color: #2E7529;
}
</style>
background-color css
<style>
a { background-color: #2E7529; }
a { background-color: rgb(46,117,41); }
div.DivClassName
{
background-color: #2E7529;
}
.BgClassName
{
background-color: #2E7529;
}
</style>
border-color css
<style>
span { border-color: #2E7529; }
span { border-color: rgb(46,117,41); }
td.TdClassName
{
border-color: #2E7529;
}
.TagClassName
{
border-color: #2E7529;
}
</style>