Shades of Forest Green #01912C
Tints of Forest Green #01912C
RGB
CMYK
RGB Variations
Color information
#01912C (or 0x01912C) is known color: Forest Green. HEX triplet: 01, 91 and 2C. RGB value is (1,145,44). Sum of RGB (Red+Green+Blue) = 1+145+44=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #01912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01912C is #FE6ED3. Grayscale: #5A5A5A. Windows color (decimal): -16674516 or 2920705. OLE color: 2920705.
HSL color Cylindrical-coordinate representation of color #01912C: hue angle of 137.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01912C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 44 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.43 |
| HSL | 137.92º | 0.99% | 0.29% | - |
| HSV(B) | 137.92º | 0.99% | 0.57% | - |
| XYZ | 10.59 | 20.44 | 5.77 | - |
| YUV | 90.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 44 | 0.99 | 0 | 0.70 | 0.43 | 137.92 | 0.99 | 0.29 |
| Hex | 1 | 91 | 2C | 63 | 0 | 46 | 2B | 8A | 63 | 1D |
| Octal | 1 | 221 | 54 | 143 | 0 | 106 | 53 | 212 | 143 | 35 |
| Binary | 1 | 10010001 | 101100 | 1100011 | 0 | 1000110 | 101011 | 10001010 | 1100011 | 11101 |
Color Harmonies of #01912C
Complementary color
Monochromatic Colors of #01912C
Black with #01912C
Text Example
Text Example
White with #01912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01912C; }
p { color: rgb(1,145,44); }
H1.HeaderClassName
{
color: #01912C;
}
.AnyTagClassName
{
color: #01912C;
}
</style>
background-color css
<style>
a { background-color: #01912C; }
a { background-color: rgb(1,145,44); }
div.DivClassName
{
background-color: #01912C;
}
.BgClassName
{
background-color: #01912C;
}
</style>
border-color css
<style>
span { border-color: #01912C; }
span { border-color: rgb(1,145,44); }
td.TdClassName
{
border-color: #01912C;
}
.TagClassName
{
border-color: #01912C;
}
</style>