Shades of Forest Green #1C982B
Tints of Forest Green #1C982B
RGB
CMYK
RGB Variations
Color information
#1C982B (or 0x1C982B) is known color: Forest Green. HEX triplet: 1C, 98 and 2B. RGB value is (28,152,43). Sum of RGB (Red+Green+Blue) = 28+152+43=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #1C982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C982B is #E367D4. Grayscale: #666666. Windows color (decimal): -14903253 or 2856988. OLE color: 2856988.
HSL color Cylindrical-coordinate representation of color #1C982B: hue angle of 127.26º degrees, saturation: 0.69, 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 #1C982B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 43 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.40 |
| HSL | 127.26º | 0.69% | 0.35% | - |
| HSV(B) | 127.26º | 0.82% | 0.6% | - |
| XYZ | 12.14 | 22.88 | 6.06 | - |
| YUV | 102.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 43 | 0.82 | 0 | 0.72 | 0.40 | 127.26 | 0.69 | 0.35 |
| Hex | 1C | 98 | 2B | 52 | 0 | 48 | 28 | 7F | 45 | 23 |
| Octal | 34 | 230 | 53 | 122 | 0 | 110 | 50 | 177 | 105 | 43 |
| Binary | 11100 | 10011000 | 101011 | 1010010 | 0 | 1001000 | 101000 | 1111111 | 1000101 | 100011 |
Color Harmonies of #1C982B
Complementary color
Monochromatic Colors of #1C982B
Black with #1C982B
Text Example
Text Example
White with #1C982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C982B; }
p { color: rgb(28,152,43); }
H1.HeaderClassName
{
color: #1C982B;
}
.AnyTagClassName
{
color: #1C982B;
}
</style>
background-color css
<style>
a { background-color: #1C982B; }
a { background-color: rgb(28,152,43); }
div.DivClassName
{
background-color: #1C982B;
}
.BgClassName
{
background-color: #1C982B;
}
</style>
border-color css
<style>
span { border-color: #1C982B; }
span { border-color: rgb(28,152,43); }
td.TdClassName
{
border-color: #1C982B;
}
.TagClassName
{
border-color: #1C982B;
}
</style>