Shades of Japanese Laurel #2C8740
Tints of Japanese Laurel #2C8740
RGB
CMYK
RGB Variations
Color information
#2C8740 (or 0x2C8740) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 40. RGB value is (44,135,64). Sum of RGB (Red+Green+Blue) = 44+135+64=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8740 is #D378BF. Grayscale: #636363. Windows color (decimal): -13859008 or 4228908. OLE color: 4228908.
HSL color Cylindrical-coordinate representation of color #2C8740: hue angle of 133.19º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8740 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 64 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.47 |
| HSL | 133.19º | 0.51% | 0.35% | - |
| HSV(B) | 133.19º | 0.67% | 0.53% | - |
| XYZ | 10.63 | 18.23 | 7.81 | - |
| YUV | 99.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 64 | 0.67 | 0 | 0.53 | 0.47 | 133.19 | 0.51 | 0.35 |
| Hex | 2C | 87 | 40 | 43 | 0 | 35 | 2F | 85 | 33 | 23 |
| Octal | 54 | 207 | 100 | 103 | 0 | 65 | 57 | 205 | 63 | 43 |
| Binary | 101100 | 10000111 | 1000000 | 1000011 | 0 | 110101 | 101111 | 10000101 | 110011 | 100011 |
Color Harmonies of #2C8740
Complementary color
Monochromatic Colors of #2C8740
Black with #2C8740
Text Example
Text Example
White with #2C8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8740; }
p { color: rgb(44,135,64); }
H1.HeaderClassName
{
color: #2C8740;
}
.AnyTagClassName
{
color: #2C8740;
}
</style>
background-color css
<style>
a { background-color: #2C8740; }
a { background-color: rgb(44,135,64); }
div.DivClassName
{
background-color: #2C8740;
}
.BgClassName
{
background-color: #2C8740;
}
</style>
border-color css
<style>
span { border-color: #2C8740; }
span { border-color: rgb(44,135,64); }
td.TdClassName
{
border-color: #2C8740;
}
.TagClassName
{
border-color: #2C8740;
}
</style>