Shades of Pigment Green #01972D
Tints of Pigment Green #01972D
RGB
CMYK
RGB Variations
Color information
#01972D (or 0x01972D) is known color: Pigment Green. HEX triplet: 01, 97 and 2D. RGB value is (1,151,45). Sum of RGB (Red+Green+Blue) = 1+151+45=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #01972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01972D is #FE68D2. Grayscale: #5E5E5E. Windows color (decimal): -16672979 or 2987777. OLE color: 2987777.
HSL color Cylindrical-coordinate representation of color #01972D: hue angle of 137.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 #01972D is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 45 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.41 |
| HSL | 137.6º | 0.99% | 0.3% | - |
| HSV(B) | 137.6º | 0.99% | 0.59% | - |
| XYZ | 11.55 | 22.33 | 6.18 | - |
| YUV | 94.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 45 | 0.99 | 0 | 0.70 | 0.41 | 137.6 | 0.99 | 0.3 |
| Hex | 1 | 97 | 2D | 63 | 0 | 46 | 29 | 8A | 63 | 1E |
| Octal | 1 | 227 | 55 | 143 | 0 | 106 | 51 | 212 | 143 | 36 |
| Binary | 1 | 10010111 | 101101 | 1100011 | 0 | 1000110 | 101001 | 10001010 | 1100011 | 11110 |
Color Harmonies of #01972D
Complementary color
Monochromatic Colors of #01972D
Black with #01972D
Text Example
Text Example
White with #01972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01972D; }
p { color: rgb(1,151,45); }
H1.HeaderClassName
{
color: #01972D;
}
.AnyTagClassName
{
color: #01972D;
}
</style>
background-color css
<style>
a { background-color: #01972D; }
a { background-color: rgb(1,151,45); }
div.DivClassName
{
background-color: #01972D;
}
.BgClassName
{
background-color: #01972D;
}
</style>
border-color css
<style>
span { border-color: #01972D; }
span { border-color: rgb(1,151,45); }
td.TdClassName
{
border-color: #01972D;
}
.TagClassName
{
border-color: #01972D;
}
</style>