Shades of Japanese Laurel #2D8D39
Tints of Japanese Laurel #2D8D39
RGB
CMYK
RGB Variations
Color information
#2D8D39 (or 0x2D8D39) is known color: Japanese Laurel. HEX triplet: 2D, 8D and 39. RGB value is (45,141,57). Sum of RGB (Red+Green+Blue) = 45+141+57=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8D39 is #D272C6. Grayscale: #666666. Windows color (decimal): -13791943 or 3771693. OLE color: 3771693.
HSL color Cylindrical-coordinate representation of color #2D8D39: hue angle of 127.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D39 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 57 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.45 |
| HSL | 127.5º | 0.52% | 0.36% | - |
| HSV(B) | 127.5º | 0.68% | 0.55% | - |
| XYZ | 11.35 | 19.9 | 7.11 | - |
| YUV | 102.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 57 | 0.68 | 0 | 0.60 | 0.45 | 127.5 | 0.52 | 0.36 |
| Hex | 2D | 8D | 39 | 44 | 0 | 3C | 2D | 80 | 34 | 24 |
| Octal | 55 | 215 | 71 | 104 | 0 | 74 | 55 | 200 | 64 | 44 |
| Binary | 101101 | 10001101 | 111001 | 1000100 | 0 | 111100 | 101101 | 10000000 | 110100 | 100100 |
Color Harmonies of #2D8D39
Complementary color
Monochromatic Colors of #2D8D39
Black with #2D8D39
Text Example
Text Example
White with #2D8D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D39; }
p { color: rgb(45,141,57); }
H1.HeaderClassName
{
color: #2D8D39;
}
.AnyTagClassName
{
color: #2D8D39;
}
</style>
background-color css
<style>
a { background-color: #2D8D39; }
a { background-color: rgb(45,141,57); }
div.DivClassName
{
background-color: #2D8D39;
}
.BgClassName
{
background-color: #2D8D39;
}
</style>
border-color css
<style>
span { border-color: #2D8D39; }
span { border-color: rgb(45,141,57); }
td.TdClassName
{
border-color: #2D8D39;
}
.TagClassName
{
border-color: #2D8D39;
}
</style>