Shades of Pigment Green #01973C
Tints of Pigment Green #01973C
RGB
CMYK
RGB Variations
Color information
#01973C (or 0x01973C) is known color: Pigment Green. HEX triplet: 01, 97 and 3C. RGB value is (1,151,60). Sum of RGB (Red+Green+Blue) = 1+151+60=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #01973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01973C is #FE68C3. Grayscale: #5F5F5F. Windows color (decimal): -16672964 or 3970817. OLE color: 3970817.
HSL color Cylindrical-coordinate representation of color #01973C: hue angle of 143.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01973C is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 60 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.41 |
| HSL | 143.6º | 0.99% | 0.3% | - |
| HSV(B) | 143.6º | 0.99% | 0.59% | - |
| XYZ | 11.89 | 22.47 | 7.98 | - |
| YUV | 95.78 | 107.81 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 60 | 0.99 | 0 | 0.60 | 0.41 | 143.6 | 0.99 | 0.3 |
| Hex | 1 | 97 | 3C | 63 | 0 | 3C | 29 | 90 | 63 | 1E |
| Octal | 1 | 227 | 74 | 143 | 0 | 74 | 51 | 220 | 143 | 36 |
| Binary | 1 | 10010111 | 111100 | 1100011 | 0 | 111100 | 101001 | 10010000 | 1100011 | 11110 |
Color Harmonies of #01973C
Complementary color
Monochromatic Colors of #01973C
Black with #01973C
Text Example
Text Example
White with #01973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01973C; }
p { color: rgb(1,151,60); }
H1.HeaderClassName
{
color: #01973C;
}
.AnyTagClassName
{
color: #01973C;
}
</style>
background-color css
<style>
a { background-color: #01973C; }
a { background-color: rgb(1,151,60); }
div.DivClassName
{
background-color: #01973C;
}
.BgClassName
{
background-color: #01973C;
}
</style>
border-color css
<style>
span { border-color: #01973C; }
span { border-color: rgb(1,151,60); }
td.TdClassName
{
border-color: #01973C;
}
.TagClassName
{
border-color: #01973C;
}
</style>