Shades of Japanese Laurel #2E7D2D
Tints of Japanese Laurel #2E7D2D
RGB
CMYK
RGB Variations
Color information
#2E7D2D (or 0x2E7D2D) is known color: Japanese Laurel. HEX triplet: 2E, 7D and 2D. RGB value is (46,125,45). Sum of RGB (Red+Green+Blue) = 46+125+45=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D2D is #D182D2. Grayscale: #5C5C5C. Windows color (decimal): -13730515 or 2981166. OLE color: 2981166.
HSL color Cylindrical-coordinate representation of color #2E7D2D: hue angle of 119.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7D2D is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 45 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.51 |
| HSL | 119.25º | 0.47% | 0.33% | - |
| HSV(B) | 119.25º | 0.64% | 0.49% | - |
| XYZ | 8.93 | 15.44 | 4.99 | - |
| YUV | 92.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 45 | 0.63 | 0 | 0.64 | 0.51 | 119.25 | 0.47 | 0.33 |
| Hex | 2E | 7D | 2D | 3F | 0 | 40 | 33 | 77 | 2F | 21 |
| Octal | 56 | 175 | 55 | 77 | 0 | 100 | 63 | 167 | 57 | 41 |
| Binary | 101110 | 1111101 | 101101 | 111111 | 0 | 1000000 | 110011 | 1110111 | 101111 | 100001 |
Color Harmonies of #2E7D2D
Complementary color
Monochromatic Colors of #2E7D2D
Black with #2E7D2D
Text Example
Text Example
White with #2E7D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D2D; }
p { color: rgb(46,125,45); }
H1.HeaderClassName
{
color: #2E7D2D;
}
.AnyTagClassName
{
color: #2E7D2D;
}
</style>
background-color css
<style>
a { background-color: #2E7D2D; }
a { background-color: rgb(46,125,45); }
div.DivClassName
{
background-color: #2E7D2D;
}
.BgClassName
{
background-color: #2E7D2D;
}
</style>
border-color css
<style>
span { border-color: #2E7D2D; }
span { border-color: rgb(46,125,45); }
td.TdClassName
{
border-color: #2E7D2D;
}
.TagClassName
{
border-color: #2E7D2D;
}
</style>