Shades of Forest Green #1C950D
Tints of Forest Green #1C950D
RGB
CMYK
RGB Variations
Color information
#1C950D (or 0x1C950D) is known color: Forest Green. HEX triplet: 1C, 95 and 0D. RGB value is (28,149,13). Sum of RGB (Red+Green+Blue) = 28+149+13=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 149 (58.59% from 255 or 78.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 149 - color contains mainly: green. Hex color #1C950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C950D is #E36AF2. Grayscale: #616161. Windows color (decimal): -14904051 or 890140. OLE color: 890140.
HSL color Cylindrical-coordinate representation of color #1C950D: hue angle of 113.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C950D is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 149 | 13 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.42 |
| HSL | 113.38º | 0.84% | 0.32% | - |
| HSV(B) | 113.38º | 0.91% | 0.58% | - |
| XYZ | 11.3 | 21.77 | 3.99 | - |
| YUV | 97.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 13 | 0.81 | 0 | 0.91 | 0.42 | 113.38 | 0.84 | 0.32 |
| Hex | 1C | 95 | D | 51 | 0 | 5B | 2A | 71 | 54 | 20 |
| Octal | 34 | 225 | 15 | 121 | 0 | 133 | 52 | 161 | 124 | 40 |
| Binary | 11100 | 10010101 | 1101 | 1010001 | 0 | 1011011 | 101010 | 1110001 | 1010100 | 100000 |
Color Harmonies of #1C950D
Complementary color
Monochromatic Colors of #1C950D
Black with #1C950D
Text Example
Text Example
White with #1C950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C950D; }
p { color: rgb(28,149,13); }
H1.HeaderClassName
{
color: #1C950D;
}
.AnyTagClassName
{
color: #1C950D;
}
</style>
background-color css
<style>
a { background-color: #1C950D; }
a { background-color: rgb(28,149,13); }
div.DivClassName
{
background-color: #1C950D;
}
.BgClassName
{
background-color: #1C950D;
}
</style>
border-color css
<style>
span { border-color: #1C950D; }
span { border-color: rgb(28,149,13); }
td.TdClassName
{
border-color: #1C950D;
}
.TagClassName
{
border-color: #1C950D;
}
</style>