Shades of Forest Green #1C8A2B
Tints of Forest Green #1C8A2B
RGB
CMYK
RGB Variations
Color information
#1C8A2B (or 0x1C8A2B) is known color: Forest Green. HEX triplet: 1C, 8A and 2B. RGB value is (28,138,43). Sum of RGB (Red+Green+Blue) = 28+138+43=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8A2B is #E375D4. Grayscale: #5E5E5E. Windows color (decimal): -14906837 or 2853404. OLE color: 2853404.
HSL color Cylindrical-coordinate representation of color #1C8A2B: hue angle of 128.18º 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 #1C8A2B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 43 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.46 |
| HSL | 128.18º | 0.66% | 0.33% | - |
| HSV(B) | 128.18º | 0.8% | 0.54% | - |
| XYZ | 10 | 18.6 | 5.35 | - |
| YUV | 94.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 43 | 0.80 | 0 | 0.69 | 0.46 | 128.18 | 0.66 | 0.33 |
| Hex | 1C | 8A | 2B | 50 | 0 | 45 | 2E | 80 | 42 | 21 |
| Octal | 34 | 212 | 53 | 120 | 0 | 105 | 56 | 200 | 102 | 41 |
| Binary | 11100 | 10001010 | 101011 | 1010000 | 0 | 1000101 | 101110 | 10000000 | 1000010 | 100001 |
Color Harmonies of #1C8A2B
Complementary color
Monochromatic Colors of #1C8A2B
Black with #1C8A2B
Text Example
Text Example
White with #1C8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A2B; }
p { color: rgb(28,138,43); }
H1.HeaderClassName
{
color: #1C8A2B;
}
.AnyTagClassName
{
color: #1C8A2B;
}
</style>
background-color css
<style>
a { background-color: #1C8A2B; }
a { background-color: rgb(28,138,43); }
div.DivClassName
{
background-color: #1C8A2B;
}
.BgClassName
{
background-color: #1C8A2B;
}
</style>
border-color css
<style>
span { border-color: #1C8A2B; }
span { border-color: rgb(28,138,43); }
td.TdClassName
{
border-color: #1C8A2B;
}
.TagClassName
{
border-color: #1C8A2B;
}
</style>