Shades of Forest Green #1F8A1C
Tints of Forest Green #1F8A1C
RGB
CMYK
RGB Variations
Color information
#1F8A1C (or 0x1F8A1C) is known color: Forest Green. HEX triplet: 1F, 8A and 1C. RGB value is (31,138,28). Sum of RGB (Red+Green+Blue) = 31+138+28=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8A1C is #E075E3. Grayscale: #5D5D5D. Windows color (decimal): -14710244 or 1870367. OLE color: 1870367.
HSL color Cylindrical-coordinate representation of color #1F8A1C: hue angle of 118.36º 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 #1F8A1C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 138 | 28 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.46 |
| HSL | 118.36º | 0.66% | 0.33% | - |
| HSV(B) | 118.36º | 0.8% | 0.54% | - |
| XYZ | 9.86 | 18.55 | 4.16 | - |
| YUV | 93.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 28 | 0.78 | 0 | 0.80 | 0.46 | 118.36 | 0.66 | 0.33 |
| Hex | 1F | 8A | 1C | 4E | 0 | 50 | 2E | 76 | 42 | 21 |
| Octal | 37 | 212 | 34 | 116 | 0 | 120 | 56 | 166 | 102 | 41 |
| Binary | 11111 | 10001010 | 11100 | 1001110 | 0 | 1010000 | 101110 | 1110110 | 1000010 | 100001 |
Color Harmonies of #1F8A1C
Complementary color
Monochromatic Colors of #1F8A1C
Black with #1F8A1C
Text Example
Text Example
White with #1F8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8A1C; }
p { color: rgb(31,138,28); }
H1.HeaderClassName
{
color: #1F8A1C;
}
.AnyTagClassName
{
color: #1F8A1C;
}
</style>
background-color css
<style>
a { background-color: #1F8A1C; }
a { background-color: rgb(31,138,28); }
div.DivClassName
{
background-color: #1F8A1C;
}
.BgClassName
{
background-color: #1F8A1C;
}
</style>
border-color css
<style>
span { border-color: #1F8A1C; }
span { border-color: rgb(31,138,28); }
td.TdClassName
{
border-color: #1F8A1C;
}
.TagClassName
{
border-color: #1F8A1C;
}
</style>