Shades of Green #1C8700
Tints of Green #1C8700
RGB
CMYK
RGB Variations
Color information
#1C8700 (or 0x1C8700) is known color: Green. HEX triplet: 1C, 87 and 00. RGB value is (28,135,0). Sum of RGB (Red+Green+Blue) = 28+135+0=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8700 is #E378FF. Grayscale: #585858. Windows color (decimal): -14907648 or 34588. OLE color: 34588.
HSL color Cylindrical-coordinate representation of color #1C8700: hue angle of 107.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C8700 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.47 |
| HSL | 107.56º | 1% | 0.26% | - |
| HSV(B) | 107.56º | 1% | 0.53% | - |
| XYZ | 9.14 | 17.57 | 2.91 | - |
| YUV | 87.62 | 78.55 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 0 | 0.79 | 0 | 1 | 0.47 | 107.56 | 1 | 0.26 |
| Hex | 1C | 87 | 0 | 4F | 0 | 64 | 2F | 6C | 64 | 1A |
| Octal | 34 | 207 | 0 | 117 | 0 | 144 | 57 | 154 | 144 | 32 |
| Binary | 11100 | 10000111 | 0 | 1001111 | 0 | 1100100 | 101111 | 1101100 | 1100100 | 11010 |
Color Harmonies of #1C8700
Complementary color
Monochromatic Colors of #1C8700
Black with #1C8700
Text Example
Text Example
White with #1C8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8700; }
p { color: rgb(28,135,0); }
H1.HeaderClassName
{
color: #1C8700;
}
.AnyTagClassName
{
color: #1C8700;
}
</style>
background-color css
<style>
a { background-color: #1C8700; }
a { background-color: rgb(28,135,0); }
div.DivClassName
{
background-color: #1C8700;
}
.BgClassName
{
background-color: #1C8700;
}
</style>
border-color css
<style>
span { border-color: #1C8700; }
span { border-color: rgb(28,135,0); }
td.TdClassName
{
border-color: #1C8700;
}
.TagClassName
{
border-color: #1C8700;
}
</style>