Shades of Forest Green #1C942A
Tints of Forest Green #1C942A
RGB
CMYK
RGB Variations
Color information
#1C942A (or 0x1C942A) is known color: Forest Green. HEX triplet: 1C, 94 and 2A. RGB value is (28,148,42). Sum of RGB (Red+Green+Blue) = 28+148+42=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #1C942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C942A is #E36BD5. Grayscale: #646464. Windows color (decimal): -14904278 or 2790428. OLE color: 2790428.
HSL color Cylindrical-coordinate representation of color #1C942A: hue angle of 127º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C942A is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 42 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.42 |
| HSL | 127º | 0.68% | 0.35% | - |
| HSV(B) | 127º | 0.81% | 0.58% | - |
| XYZ | 11.49 | 21.59 | 5.75 | - |
| YUV | 100.04 | 95.24 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 42 | 0.81 | 0 | 0.72 | 0.42 | 127 | 0.68 | 0.35 |
| Hex | 1C | 94 | 2A | 51 | 0 | 48 | 2A | 7F | 44 | 23 |
| Octal | 34 | 224 | 52 | 121 | 0 | 110 | 52 | 177 | 104 | 43 |
| Binary | 11100 | 10010100 | 101010 | 1010001 | 0 | 1001000 | 101010 | 1111111 | 1000100 | 100011 |
Color Harmonies of #1C942A
Complementary color
Monochromatic Colors of #1C942A
Black with #1C942A
Text Example
Text Example
White with #1C942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C942A; }
p { color: rgb(28,148,42); }
H1.HeaderClassName
{
color: #1C942A;
}
.AnyTagClassName
{
color: #1C942A;
}
</style>
background-color css
<style>
a { background-color: #1C942A; }
a { background-color: rgb(28,148,42); }
div.DivClassName
{
background-color: #1C942A;
}
.BgClassName
{
background-color: #1C942A;
}
</style>
border-color css
<style>
span { border-color: #1C942A; }
span { border-color: rgb(28,148,42); }
td.TdClassName
{
border-color: #1C942A;
}
.TagClassName
{
border-color: #1C942A;
}
</style>