Shades of Forest Green #1C982D
Tints of Forest Green #1C982D
RGB
CMYK
RGB Variations
Color information
#1C982D (or 0x1C982D) is known color: Forest Green. HEX triplet: 1C, 98 and 2D. RGB value is (28,152,45). Sum of RGB (Red+Green+Blue) = 28+152+45=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #1C982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C982D is #E367D2. Grayscale: #676767. Windows color (decimal): -14903251 or 2988060. OLE color: 2988060.
HSL color Cylindrical-coordinate representation of color #1C982D: hue angle of 128.23º 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 #1C982D is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 45 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.40 |
| HSL | 128.23º | 0.69% | 0.35% | - |
| HSV(B) | 128.23º | 0.82% | 0.6% | - |
| XYZ | 12.18 | 22.89 | 6.26 | - |
| YUV | 102.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 45 | 0.82 | 0 | 0.70 | 0.40 | 128.23 | 0.69 | 0.35 |
| Hex | 1C | 98 | 2D | 52 | 0 | 46 | 28 | 80 | 45 | 23 |
| Octal | 34 | 230 | 55 | 122 | 0 | 106 | 50 | 200 | 105 | 43 |
| Binary | 11100 | 10011000 | 101101 | 1010010 | 0 | 1000110 | 101000 | 10000000 | 1000101 | 100011 |
Color Harmonies of #1C982D
Complementary color
Monochromatic Colors of #1C982D
Black with #1C982D
Text Example
Text Example
White with #1C982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C982D; }
p { color: rgb(28,152,45); }
H1.HeaderClassName
{
color: #1C982D;
}
.AnyTagClassName
{
color: #1C982D;
}
</style>
background-color css
<style>
a { background-color: #1C982D; }
a { background-color: rgb(28,152,45); }
div.DivClassName
{
background-color: #1C982D;
}
.BgClassName
{
background-color: #1C982D;
}
</style>
border-color css
<style>
span { border-color: #1C982D; }
span { border-color: rgb(28,152,45); }
td.TdClassName
{
border-color: #1C982D;
}
.TagClassName
{
border-color: #1C982D;
}
</style>