Shades of Japanese Laurel #2C8B3F
Tints of Japanese Laurel #2C8B3F
RGB
CMYK
RGB Variations
Color information
#2C8B3F (or 0x2C8B3F) is known color: Japanese Laurel. HEX triplet: 2C, 8B and 3F. RGB value is (44,139,63). Sum of RGB (Red+Green+Blue) = 44+139+63=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B3F is #D374C0. Grayscale: #666666. Windows color (decimal): -13857985 or 4164396. OLE color: 4164396.
HSL color Cylindrical-coordinate representation of color #2C8B3F: hue angle of 132º 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 #2C8B3F is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 63 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.45 |
| HSL | 132º | 0.52% | 0.36% | - |
| HSV(B) | 132º | 0.68% | 0.55% | - |
| XYZ | 11.17 | 19.36 | 7.85 | - |
| YUV | 101.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 63 | 0.68 | 0 | 0.55 | 0.45 | 132 | 0.52 | 0.36 |
| Hex | 2C | 8B | 3F | 44 | 0 | 37 | 2D | 84 | 34 | 24 |
| Octal | 54 | 213 | 77 | 104 | 0 | 67 | 55 | 204 | 64 | 44 |
| Binary | 101100 | 10001011 | 111111 | 1000100 | 0 | 110111 | 101101 | 10000100 | 110100 | 100100 |
Color Harmonies of #2C8B3F
Complementary color
Monochromatic Colors of #2C8B3F
Black with #2C8B3F
Text Example
Text Example
White with #2C8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B3F; }
p { color: rgb(44,139,63); }
H1.HeaderClassName
{
color: #2C8B3F;
}
.AnyTagClassName
{
color: #2C8B3F;
}
</style>
background-color css
<style>
a { background-color: #2C8B3F; }
a { background-color: rgb(44,139,63); }
div.DivClassName
{
background-color: #2C8B3F;
}
.BgClassName
{
background-color: #2C8B3F;
}
</style>
border-color css
<style>
span { border-color: #2C8B3F; }
span { border-color: rgb(44,139,63); }
td.TdClassName
{
border-color: #2C8B3F;
}
.TagClassName
{
border-color: #2C8B3F;
}
</style>