Shades of Japanese Laurel #2D8940
Tints of Japanese Laurel #2D8940
RGB
CMYK
RGB Variations
Color information
#2D8940 (or 0x2D8940) is known color: Japanese Laurel. HEX triplet: 2D, 89 and 40. RGB value is (45,137,64). Sum of RGB (Red+Green+Blue) = 45+137+64=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8940 is #D276BF. Grayscale: #656565. Windows color (decimal): -13792960 or 4229421. OLE color: 4229421.
HSL color Cylindrical-coordinate representation of color #2D8940: hue angle of 132.39º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8940 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 64 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.46 |
| HSL | 132.39º | 0.51% | 0.36% | - |
| HSV(B) | 132.39º | 0.67% | 0.54% | - |
| XYZ | 10.95 | 18.82 | 7.91 | - |
| YUV | 101.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 64 | 0.67 | 0 | 0.53 | 0.46 | 132.39 | 0.51 | 0.36 |
| Hex | 2D | 89 | 40 | 43 | 0 | 35 | 2E | 84 | 33 | 24 |
| Octal | 55 | 211 | 100 | 103 | 0 | 65 | 56 | 204 | 63 | 44 |
| Binary | 101101 | 10001001 | 1000000 | 1000011 | 0 | 110101 | 101110 | 10000100 | 110011 | 100100 |
Color Harmonies of #2D8940
Complementary color
Monochromatic Colors of #2D8940
Black with #2D8940
Text Example
Text Example
White with #2D8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8940; }
p { color: rgb(45,137,64); }
H1.HeaderClassName
{
color: #2D8940;
}
.AnyTagClassName
{
color: #2D8940;
}
</style>
background-color css
<style>
a { background-color: #2D8940; }
a { background-color: rgb(45,137,64); }
div.DivClassName
{
background-color: #2D8940;
}
.BgClassName
{
background-color: #2D8940;
}
</style>
border-color css
<style>
span { border-color: #2D8940; }
span { border-color: rgb(45,137,64); }
td.TdClassName
{
border-color: #2D8940;
}
.TagClassName
{
border-color: #2D8940;
}
</style>