Shades of Forest Green #1CB317
Tints of Forest Green #1CB317
RGB
CMYK
RGB Variations
Color information
#1CB317 (or 0x1CB317) is known color: Forest Green. HEX triplet: 1C, B3 and 17. RGB value is (28,179,23). Sum of RGB (Red+Green+Blue) = 28+179+23=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB317 is #E34CE8. Grayscale: #747474. Windows color (decimal): -14896361 or 1553180. OLE color: 1553180.
HSL color Cylindrical-coordinate representation of color #1CB317: hue angle of 118.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB317 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 23 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.30 |
| HSL | 118.08º | 0.77% | 0.4% | - |
| HSV(B) | 118.08º | 0.87% | 0.7% | - |
| XYZ | 16.75 | 32.55 | 6.21 | - |
| YUV | 116.07 | 75.47 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 23 | 0.84 | 0 | 0.87 | 0.30 | 118.08 | 0.77 | 0.4 |
| Hex | 1C | B3 | 17 | 54 | 0 | 57 | 1E | 76 | 4D | 28 |
| Octal | 34 | 263 | 27 | 124 | 0 | 127 | 36 | 166 | 115 | 50 |
| Binary | 11100 | 10110011 | 10111 | 1010100 | 0 | 1010111 | 11110 | 1110110 | 1001101 | 101000 |
Color Harmonies of #1CB317
Complementary color
Monochromatic Colors of #1CB317
Black with #1CB317
Text Example
Text Example
White with #1CB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB317; }
p { color: rgb(28,179,23); }
H1.HeaderClassName
{
color: #1CB317;
}
.AnyTagClassName
{
color: #1CB317;
}
</style>
background-color css
<style>
a { background-color: #1CB317; }
a { background-color: rgb(28,179,23); }
div.DivClassName
{
background-color: #1CB317;
}
.BgClassName
{
background-color: #1CB317;
}
</style>
border-color css
<style>
span { border-color: #1CB317; }
span { border-color: rgb(28,179,23); }
td.TdClassName
{
border-color: #1CB317;
}
.TagClassName
{
border-color: #1CB317;
}
</style>