Shades of Japanese Laurel #2D8B40
Tints of Japanese Laurel #2D8B40
RGB
CMYK
RGB Variations
Color information
#2D8B40 (or 0x2D8B40) is known color: Japanese Laurel. HEX triplet: 2D, 8B and 40. RGB value is (45,139,64). Sum of RGB (Red+Green+Blue) = 45+139+64=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B40 is #D274BF. Grayscale: #666666. Windows color (decimal): -13792448 or 4229933. OLE color: 4229933.
HSL color Cylindrical-coordinate representation of color #2D8B40: hue angle of 132.13º degrees, saturation: 0.51, 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 #2D8B40 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 64 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.45 |
| HSL | 132.13º | 0.51% | 0.36% | - |
| HSV(B) | 132.13º | 0.68% | 0.55% | - |
| XYZ | 11.24 | 19.39 | 8 | - |
| YUV | 102.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 64 | 0.68 | 0 | 0.54 | 0.45 | 132.13 | 0.51 | 0.36 |
| Hex | 2D | 8B | 40 | 44 | 0 | 36 | 2D | 84 | 33 | 24 |
| Octal | 55 | 213 | 100 | 104 | 0 | 66 | 55 | 204 | 63 | 44 |
| Binary | 101101 | 10001011 | 1000000 | 1000100 | 0 | 110110 | 101101 | 10000100 | 110011 | 100100 |
Color Harmonies of #2D8B40
Complementary color
Monochromatic Colors of #2D8B40
Black with #2D8B40
Text Example
Text Example
White with #2D8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B40; }
p { color: rgb(45,139,64); }
H1.HeaderClassName
{
color: #2D8B40;
}
.AnyTagClassName
{
color: #2D8B40;
}
</style>
background-color css
<style>
a { background-color: #2D8B40; }
a { background-color: rgb(45,139,64); }
div.DivClassName
{
background-color: #2D8B40;
}
.BgClassName
{
background-color: #2D8B40;
}
</style>
border-color css
<style>
span { border-color: #2D8B40; }
span { border-color: rgb(45,139,64); }
td.TdClassName
{
border-color: #2D8B40;
}
.TagClassName
{
border-color: #2D8B40;
}
</style>