Shades of Forest Green #1CB217
Tints of Forest Green #1CB217
RGB
CMYK
RGB Variations
Color information
#1CB217 (or 0x1CB217) is known color: Forest Green. HEX triplet: 1C, B2 and 17. RGB value is (28,178,23). Sum of RGB (Red+Green+Blue) = 28+178+23=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB217 is #E34DE8. Grayscale: #737373. Windows color (decimal): -14896617 or 1552924. OLE color: 1552924.
HSL color Cylindrical-coordinate representation of color #1CB217: hue angle of 118.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB217 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 23 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.30 |
| HSL | 118.06º | 0.77% | 0.39% | - |
| HSV(B) | 118.06º | 0.87% | 0.7% | - |
| XYZ | 16.55 | 32.15 | 6.14 | - |
| YUV | 115.48 | 75.81 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 23 | 0.84 | 0 | 0.87 | 0.30 | 118.06 | 0.77 | 0.39 |
| Hex | 1C | B2 | 17 | 54 | 0 | 57 | 1E | 76 | 4D | 27 |
| Octal | 34 | 262 | 27 | 124 | 0 | 127 | 36 | 166 | 115 | 47 |
| Binary | 11100 | 10110010 | 10111 | 1010100 | 0 | 1010111 | 11110 | 1110110 | 1001101 | 100111 |
Color Harmonies of #1CB217
Complementary color
Monochromatic Colors of #1CB217
Black with #1CB217
Text Example
Text Example
White with #1CB217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB217; }
p { color: rgb(28,178,23); }
H1.HeaderClassName
{
color: #1CB217;
}
.AnyTagClassName
{
color: #1CB217;
}
</style>
background-color css
<style>
a { background-color: #1CB217; }
a { background-color: rgb(28,178,23); }
div.DivClassName
{
background-color: #1CB217;
}
.BgClassName
{
background-color: #1CB217;
}
</style>
border-color css
<style>
span { border-color: #1CB217; }
span { border-color: rgb(28,178,23); }
td.TdClassName
{
border-color: #1CB217;
}
.TagClassName
{
border-color: #1CB217;
}
</style>