Shades of Forest Green #1C8A25
Tints of Forest Green #1C8A25
RGB
CMYK
RGB Variations
Color information
#1C8A25 (or 0x1C8A25) is known color: Forest Green. HEX triplet: 1C, 8A and 25. RGB value is (28,138,37). Sum of RGB (Red+Green+Blue) = 28+138+37=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8A25 is #E375DA. Grayscale: #5D5D5D. Windows color (decimal): -14906843 or 2460188. OLE color: 2460188.
HSL color Cylindrical-coordinate representation of color #1C8A25: hue angle of 124.91º 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 #1C8A25 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 37 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.46 |
| HSL | 124.91º | 0.66% | 0.33% | - |
| HSV(B) | 124.91º | 0.8% | 0.54% | - |
| XYZ | 9.9 | 18.56 | 4.81 | - |
| YUV | 93.6 | 96.06 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 37 | 0.80 | 0 | 0.73 | 0.46 | 124.91 | 0.66 | 0.33 |
| Hex | 1C | 8A | 25 | 50 | 0 | 49 | 2E | 7D | 42 | 21 |
| Octal | 34 | 212 | 45 | 120 | 0 | 111 | 56 | 175 | 102 | 41 |
| Binary | 11100 | 10001010 | 100101 | 1010000 | 0 | 1001001 | 101110 | 1111101 | 1000010 | 100001 |
Color Harmonies of #1C8A25
Complementary color
Monochromatic Colors of #1C8A25
Black with #1C8A25
Text Example
Text Example
White with #1C8A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A25; }
p { color: rgb(28,138,37); }
H1.HeaderClassName
{
color: #1C8A25;
}
.AnyTagClassName
{
color: #1C8A25;
}
</style>
background-color css
<style>
a { background-color: #1C8A25; }
a { background-color: rgb(28,138,37); }
div.DivClassName
{
background-color: #1C8A25;
}
.BgClassName
{
background-color: #1C8A25;
}
</style>
border-color css
<style>
span { border-color: #1C8A25; }
span { border-color: rgb(28,138,37); }
td.TdClassName
{
border-color: #1C8A25;
}
.TagClassName
{
border-color: #1C8A25;
}
</style>