Shades of Forest Green #1C901A
Tints of Forest Green #1C901A
RGB
CMYK
RGB Variations
Color information
#1C901A (or 0x1C901A) is known color: Forest Green. HEX triplet: 1C, 90 and 1A. RGB value is (28,144,26). Sum of RGB (Red+Green+Blue) = 28+144+26=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #1C901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C901A is #E36FE5. Grayscale: #606060. Windows color (decimal): -14905318 or 1740828. OLE color: 1740828.
HSL color Cylindrical-coordinate representation of color #1C901A: hue angle of 118.98º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C901A is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 144 | 26 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.44 |
| HSL | 118.98º | 0.69% | 0.33% | - |
| HSV(B) | 118.98º | 0.82% | 0.56% | - |
| XYZ | 10.64 | 20.27 | 4.33 | - |
| YUV | 95.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 26 | 0.81 | 0 | 0.82 | 0.44 | 118.98 | 0.69 | 0.33 |
| Hex | 1C | 90 | 1A | 51 | 0 | 52 | 2C | 77 | 45 | 21 |
| Octal | 34 | 220 | 32 | 121 | 0 | 122 | 54 | 167 | 105 | 41 |
| Binary | 11100 | 10010000 | 11010 | 1010001 | 0 | 1010010 | 101100 | 1110111 | 1000101 | 100001 |
Color Harmonies of #1C901A
Complementary color
Monochromatic Colors of #1C901A
Black with #1C901A
Text Example
Text Example
White with #1C901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C901A; }
p { color: rgb(28,144,26); }
H1.HeaderClassName
{
color: #1C901A;
}
.AnyTagClassName
{
color: #1C901A;
}
</style>
background-color css
<style>
a { background-color: #1C901A; }
a { background-color: rgb(28,144,26); }
div.DivClassName
{
background-color: #1C901A;
}
.BgClassName
{
background-color: #1C901A;
}
</style>
border-color css
<style>
span { border-color: #1C901A; }
span { border-color: rgb(28,144,26); }
td.TdClassName
{
border-color: #1C901A;
}
.TagClassName
{
border-color: #1C901A;
}
</style>