Shades of Forest Green #1C8A2C
Tints of Forest Green #1C8A2C
RGB
CMYK
RGB Variations
Color information
#1C8A2C (or 0x1C8A2C) is known color: Forest Green. HEX triplet: 1C, 8A and 2C. RGB value is (28,138,44). Sum of RGB (Red+Green+Blue) = 28+138+44=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8A2C is #E375D3. Grayscale: #5E5E5E. Windows color (decimal): -14906836 or 2918940. OLE color: 2918940.
HSL color Cylindrical-coordinate representation of color #1C8A2C: hue angle of 128.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A2C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 44 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.46 |
| HSL | 128.73º | 0.66% | 0.33% | - |
| HSV(B) | 128.73º | 0.8% | 0.54% | - |
| XYZ | 10.02 | 18.61 | 5.45 | - |
| YUV | 94.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 44 | 0.80 | 0 | 0.68 | 0.46 | 128.73 | 0.66 | 0.33 |
| Hex | 1C | 8A | 2C | 50 | 0 | 44 | 2E | 81 | 42 | 21 |
| Octal | 34 | 212 | 54 | 120 | 0 | 104 | 56 | 201 | 102 | 41 |
| Binary | 11100 | 10001010 | 101100 | 1010000 | 0 | 1000100 | 101110 | 10000001 | 1000010 | 100001 |
Color Harmonies of #1C8A2C
Complementary color
Monochromatic Colors of #1C8A2C
Black with #1C8A2C
Text Example
Text Example
White with #1C8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A2C; }
p { color: rgb(28,138,44); }
H1.HeaderClassName
{
color: #1C8A2C;
}
.AnyTagClassName
{
color: #1C8A2C;
}
</style>
background-color css
<style>
a { background-color: #1C8A2C; }
a { background-color: rgb(28,138,44); }
div.DivClassName
{
background-color: #1C8A2C;
}
.BgClassName
{
background-color: #1C8A2C;
}
</style>
border-color css
<style>
span { border-color: #1C8A2C; }
span { border-color: rgb(28,138,44); }
td.TdClassName
{
border-color: #1C8A2C;
}
.TagClassName
{
border-color: #1C8A2C;
}
</style>