Shades of Forest Green #1C983A
Tints of Forest Green #1C983A
RGB
CMYK
RGB Variations
Color information
#1C983A (or 0x1C983A) is known color: Forest Green. HEX triplet: 1C, 98 and 3A. RGB value is (28,152,58). Sum of RGB (Red+Green+Blue) = 28+152+58=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #1C983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C983A is #E367C5. Grayscale: #686868. Windows color (decimal): -14903238 or 3840028. OLE color: 3840028.
HSL color Cylindrical-coordinate representation of color #1C983A: hue angle of 134.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C983A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 58 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.40 |
| HSL | 134.52º | 0.69% | 0.35% | - |
| HSV(B) | 134.52º | 0.82% | 0.6% | - |
| XYZ | 12.47 | 23.01 | 7.79 | - |
| YUV | 104.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 58 | 0.82 | 0 | 0.62 | 0.40 | 134.52 | 0.69 | 0.35 |
| Hex | 1C | 98 | 3A | 52 | 0 | 3E | 28 | 87 | 45 | 23 |
| Octal | 34 | 230 | 72 | 122 | 0 | 76 | 50 | 207 | 105 | 43 |
| Binary | 11100 | 10011000 | 111010 | 1010010 | 0 | 111110 | 101000 | 10000111 | 1000101 | 100011 |
Color Harmonies of #1C983A
Complementary color
Monochromatic Colors of #1C983A
Black with #1C983A
Text Example
Text Example
White with #1C983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C983A; }
p { color: rgb(28,152,58); }
H1.HeaderClassName
{
color: #1C983A;
}
.AnyTagClassName
{
color: #1C983A;
}
</style>
background-color css
<style>
a { background-color: #1C983A; }
a { background-color: rgb(28,152,58); }
div.DivClassName
{
background-color: #1C983A;
}
.BgClassName
{
background-color: #1C983A;
}
</style>
border-color css
<style>
span { border-color: #1C983A; }
span { border-color: rgb(28,152,58); }
td.TdClassName
{
border-color: #1C983A;
}
.TagClassName
{
border-color: #1C983A;
}
</style>