Shades of Japanese Laurel #2E7429
Tints of Japanese Laurel #2E7429
RGB
CMYK
RGB Variations
Color information
#2E7429 (or 0x2E7429) is known color: Japanese Laurel. HEX triplet: 2E, 74 and 29. RGB value is (46,116,41). Sum of RGB (Red+Green+Blue) = 46+116+41=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7429 is #D18BD6. Grayscale: #565656. Windows color (decimal): -13732823 or 2716718. OLE color: 2716718.
HSL color Cylindrical-coordinate representation of color #2E7429: hue angle of 116º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7429 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 41 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.55 |
| HSL | 116º | 0.48% | 0.31% | - |
| HSV(B) | 116º | 0.65% | 0.45% | - |
| XYZ | 7.77 | 13.23 | 4.24 | - |
| YUV | 86.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 41 | 0.60 | 0 | 0.65 | 0.55 | 116 | 0.48 | 0.31 |
| Hex | 2E | 74 | 29 | 3C | 0 | 41 | 37 | 74 | 30 | 1F |
| Octal | 56 | 164 | 51 | 74 | 0 | 101 | 67 | 164 | 60 | 37 |
| Binary | 101110 | 1110100 | 101001 | 111100 | 0 | 1000001 | 110111 | 1110100 | 110000 | 11111 |
Color Harmonies of #2E7429
Complementary color
Monochromatic Colors of #2E7429
Black with #2E7429
Text Example
Text Example
White with #2E7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7429; }
p { color: rgb(46,116,41); }
H1.HeaderClassName
{
color: #2E7429;
}
.AnyTagClassName
{
color: #2E7429;
}
</style>
background-color css
<style>
a { background-color: #2E7429; }
a { background-color: rgb(46,116,41); }
div.DivClassName
{
background-color: #2E7429;
}
.BgClassName
{
background-color: #2E7429;
}
</style>
border-color css
<style>
span { border-color: #2E7429; }
span { border-color: rgb(46,116,41); }
td.TdClassName
{
border-color: #2E7429;
}
.TagClassName
{
border-color: #2E7429;
}
</style>