Shades of Forest Green #1F991A
Tints of Forest Green #1F991A
RGB
CMYK
RGB Variations
Color information
#1F991A (or 0x1F991A) is known color: Forest Green. HEX triplet: 1F, 99 and 1A. RGB value is (31,153,26). Sum of RGB (Red+Green+Blue) = 31+153+26=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #1F991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F991A is #E066E5. Grayscale: #666666. Windows color (decimal): -14706406 or 1743135. OLE color: 1743135.
HSL color Cylindrical-coordinate representation of color #1F991A: hue angle of 117.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F991A is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 26 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.4 |
| HSL | 117.64º | 0.71% | 0.35% | - |
| HSV(B) | 117.64º | 0.83% | 0.6% | - |
| XYZ | 12.14 | 23.15 | 4.81 | - |
| YUV | 102.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 26 | 0.80 | 0 | 0.83 | 0.4 | 117.64 | 0.71 | 0.35 |
| Hex | 1F | 99 | 1A | 50 | 0 | 53 | 28 | 76 | 47 | 23 |
| Octal | 37 | 231 | 32 | 120 | 0 | 123 | 50 | 166 | 107 | 43 |
| Binary | 11111 | 10011001 | 11010 | 1010000 | 0 | 1010011 | 101000 | 1110110 | 1000111 | 100011 |
Color Harmonies of #1F991A
Complementary color
Monochromatic Colors of #1F991A
Black with #1F991A
Text Example
Text Example
White with #1F991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F991A; }
p { color: rgb(31,153,26); }
H1.HeaderClassName
{
color: #1F991A;
}
.AnyTagClassName
{
color: #1F991A;
}
</style>
background-color css
<style>
a { background-color: #1F991A; }
a { background-color: rgb(31,153,26); }
div.DivClassName
{
background-color: #1F991A;
}
.BgClassName
{
background-color: #1F991A;
}
</style>
border-color css
<style>
span { border-color: #1F991A; }
span { border-color: rgb(31,153,26); }
td.TdClassName
{
border-color: #1F991A;
}
.TagClassName
{
border-color: #1F991A;
}
</style>