Shades of Japanese Laurel #2C8E3F
Tints of Japanese Laurel #2C8E3F
RGB
CMYK
RGB Variations
Color information
#2C8E3F (or 0x2C8E3F) is known color: Japanese Laurel. HEX triplet: 2C, 8E and 3F. RGB value is (44,142,63). Sum of RGB (Red+Green+Blue) = 44+142+63=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8E3F is #D371C0. Grayscale: #676767. Windows color (decimal): -13857217 or 4165164. OLE color: 4165164.
HSL color Cylindrical-coordinate representation of color #2C8E3F: hue angle of 131.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E3F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 63 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.44 |
| HSL | 131.63º | 0.53% | 0.36% | - |
| HSV(B) | 131.63º | 0.69% | 0.56% | - |
| XYZ | 11.61 | 20.24 | 8 | - |
| YUV | 103.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 63 | 0.69 | 0 | 0.56 | 0.44 | 131.63 | 0.53 | 0.36 |
| Hex | 2C | 8E | 3F | 45 | 0 | 38 | 2C | 84 | 35 | 24 |
| Octal | 54 | 216 | 77 | 105 | 0 | 70 | 54 | 204 | 65 | 44 |
| Binary | 101100 | 10001110 | 111111 | 1000101 | 0 | 111000 | 101100 | 10000100 | 110101 | 100100 |
Color Harmonies of #2C8E3F
Complementary color
Monochromatic Colors of #2C8E3F
Black with #2C8E3F
Text Example
Text Example
White with #2C8E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E3F; }
p { color: rgb(44,142,63); }
H1.HeaderClassName
{
color: #2C8E3F;
}
.AnyTagClassName
{
color: #2C8E3F;
}
</style>
background-color css
<style>
a { background-color: #2C8E3F; }
a { background-color: rgb(44,142,63); }
div.DivClassName
{
background-color: #2C8E3F;
}
.BgClassName
{
background-color: #2C8E3F;
}
</style>
border-color css
<style>
span { border-color: #2C8E3F; }
span { border-color: rgb(44,142,63); }
td.TdClassName
{
border-color: #2C8E3F;
}
.TagClassName
{
border-color: #2C8E3F;
}
</style>