Shades of Forest Green #1C991B
Tints of Forest Green #1C991B
RGB
CMYK
RGB Variations
Color information
#1C991B (or 0x1C991B) is known color: Forest Green. HEX triplet: 1C, 99 and 1B. RGB value is (28,153,27). Sum of RGB (Red+Green+Blue) = 28+153+27=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 153 (60.16% from 255 or 73.56% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 153 - color contains mainly: green. Hex color #1C991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C991B is #E366E4. Grayscale: #656565. Windows color (decimal): -14903013 or 1808668. OLE color: 1808668.
HSL color Cylindrical-coordinate representation of color #1C991B: hue angle of 119.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C991B is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 27 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.4 |
| HSL | 119.52º | 0.7% | 0.35% | - |
| HSV(B) | 119.52º | 0.82% | 0.6% | - |
| XYZ | 12.07 | 23.11 | 4.86 | - |
| YUV | 101.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 27 | 0.82 | 0 | 0.82 | 0.4 | 119.52 | 0.7 | 0.35 |
| Hex | 1C | 99 | 1B | 52 | 0 | 52 | 28 | 78 | 46 | 23 |
| Octal | 34 | 231 | 33 | 122 | 0 | 122 | 50 | 170 | 106 | 43 |
| Binary | 11100 | 10011001 | 11011 | 1010010 | 0 | 1010010 | 101000 | 1111000 | 1000110 | 100011 |
Color Harmonies of #1C991B
Complementary color
Monochromatic Colors of #1C991B
Black with #1C991B
Text Example
Text Example
White with #1C991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C991B; }
p { color: rgb(28,153,27); }
H1.HeaderClassName
{
color: #1C991B;
}
.AnyTagClassName
{
color: #1C991B;
}
</style>
background-color css
<style>
a { background-color: #1C991B; }
a { background-color: rgb(28,153,27); }
div.DivClassName
{
background-color: #1C991B;
}
.BgClassName
{
background-color: #1C991B;
}
</style>
border-color css
<style>
span { border-color: #1C991B; }
span { border-color: rgb(28,153,27); }
td.TdClassName
{
border-color: #1C991B;
}
.TagClassName
{
border-color: #1C991B;
}
</style>