Shades of Forest Green #1F9103
Tints of Forest Green #1F9103
RGB
CMYK
RGB Variations
Color information
#1F9103 (or 0x1F9103) is known color: Forest Green. HEX triplet: 1F, 91 and 03. RGB value is (31,145,3). Sum of RGB (Red+Green+Blue) = 31+145+3=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 145 (57.03% from 255 or 81.01% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9103 is #E06EFC. Grayscale: #5F5F5F. Windows color (decimal): -14708477 or 233759. OLE color: 233759.
HSL color Cylindrical-coordinate representation of color #1F9103: hue angle of 108.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F9103 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 3 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.43 |
| HSL | 108.17º | 0.96% | 0.29% | - |
| HSV(B) | 108.17º | 0.98% | 0.57% | - |
| XYZ | 10.71 | 20.55 | 3.49 | - |
| YUV | 94.73 | 76.23 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 3 | 0.79 | 0 | 0.98 | 0.43 | 108.17 | 0.96 | 0.29 |
| Hex | 1F | 91 | 3 | 4F | 0 | 62 | 2B | 6C | 60 | 1D |
| Octal | 37 | 221 | 3 | 117 | 0 | 142 | 53 | 154 | 140 | 35 |
| Binary | 11111 | 10010001 | 11 | 1001111 | 0 | 1100010 | 101011 | 1101100 | 1100000 | 11101 |
Color Harmonies of #1F9103
Complementary color
Monochromatic Colors of #1F9103
Black with #1F9103
Text Example
Text Example
White with #1F9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9103; }
p { color: rgb(31,145,3); }
H1.HeaderClassName
{
color: #1F9103;
}
.AnyTagClassName
{
color: #1F9103;
}
</style>
background-color css
<style>
a { background-color: #1F9103; }
a { background-color: rgb(31,145,3); }
div.DivClassName
{
background-color: #1F9103;
}
.BgClassName
{
background-color: #1F9103;
}
</style>
border-color css
<style>
span { border-color: #1F9103; }
span { border-color: rgb(31,145,3); }
td.TdClassName
{
border-color: #1F9103;
}
.TagClassName
{
border-color: #1F9103;
}
</style>