Shades of Japanese Laurel #2C8B40
Tints of Japanese Laurel #2C8B40
RGB
CMYK
RGB Variations
Color information
#2C8B40 (or 0x2C8B40) is known color: Japanese Laurel. HEX triplet: 2C, 8B and 40. RGB value is (44,139,64). Sum of RGB (Red+Green+Blue) = 44+139+64=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B40 is #D374BF. Grayscale: #666666. Windows color (decimal): -13857984 or 4229932. OLE color: 4229932.
HSL color Cylindrical-coordinate representation of color #2C8B40: hue angle of 132.63º 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 #2C8B40 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 64 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.45 |
| HSL | 132.63º | 0.52% | 0.36% | - |
| HSV(B) | 132.63º | 0.68% | 0.55% | - |
| XYZ | 11.2 | 19.37 | 8 | - |
| YUV | 102.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 64 | 0.68 | 0 | 0.54 | 0.45 | 132.63 | 0.52 | 0.36 |
| Hex | 2C | 8B | 40 | 44 | 0 | 36 | 2D | 85 | 34 | 24 |
| Octal | 54 | 213 | 100 | 104 | 0 | 66 | 55 | 205 | 64 | 44 |
| Binary | 101100 | 10001011 | 1000000 | 1000100 | 0 | 110110 | 101101 | 10000101 | 110100 | 100100 |
Color Harmonies of #2C8B40
Complementary color
Monochromatic Colors of #2C8B40
Black with #2C8B40
Text Example
Text Example
White with #2C8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B40; }
p { color: rgb(44,139,64); }
H1.HeaderClassName
{
color: #2C8B40;
}
.AnyTagClassName
{
color: #2C8B40;
}
</style>
background-color css
<style>
a { background-color: #2C8B40; }
a { background-color: rgb(44,139,64); }
div.DivClassName
{
background-color: #2C8B40;
}
.BgClassName
{
background-color: #2C8B40;
}
</style>
border-color css
<style>
span { border-color: #2C8B40; }
span { border-color: rgb(44,139,64); }
td.TdClassName
{
border-color: #2C8B40;
}
.TagClassName
{
border-color: #2C8B40;
}
</style>