Shades of Forest Green #1C8C26
Tints of Forest Green #1C8C26
RGB
CMYK
RGB Variations
Color information
#1C8C26 (or 0x1C8C26) is known color: Forest Green. HEX triplet: 1C, 8C and 26. RGB value is (28,140,38). Sum of RGB (Red+Green+Blue) = 28+140+38=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8C26 is #E373D9. Grayscale: #5F5F5F. Windows color (decimal): -14906330 or 2526236. OLE color: 2526236.
HSL color Cylindrical-coordinate representation of color #1C8C26: hue angle of 125.36º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C26 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 38 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.45 |
| HSL | 125.36º | 0.67% | 0.33% | - |
| HSV(B) | 125.36º | 0.8% | 0.55% | - |
| XYZ | 10.21 | 19.14 | 4.99 | - |
| YUV | 94.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 38 | 0.80 | 0 | 0.73 | 0.45 | 125.36 | 0.67 | 0.33 |
| Hex | 1C | 8C | 26 | 50 | 0 | 49 | 2D | 7D | 43 | 21 |
| Octal | 34 | 214 | 46 | 120 | 0 | 111 | 55 | 175 | 103 | 41 |
| Binary | 11100 | 10001100 | 100110 | 1010000 | 0 | 1001001 | 101101 | 1111101 | 1000011 | 100001 |
Color Harmonies of #1C8C26
Complementary color
Monochromatic Colors of #1C8C26
Black with #1C8C26
Text Example
Text Example
White with #1C8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C26; }
p { color: rgb(28,140,38); }
H1.HeaderClassName
{
color: #1C8C26;
}
.AnyTagClassName
{
color: #1C8C26;
}
</style>
background-color css
<style>
a { background-color: #1C8C26; }
a { background-color: rgb(28,140,38); }
div.DivClassName
{
background-color: #1C8C26;
}
.BgClassName
{
background-color: #1C8C26;
}
</style>
border-color css
<style>
span { border-color: #1C8C26; }
span { border-color: rgb(28,140,38); }
td.TdClassName
{
border-color: #1C8C26;
}
.TagClassName
{
border-color: #1C8C26;
}
</style>