Shades of Pigment Green #01992F
Tints of Pigment Green #01992F
RGB
CMYK
RGB Variations
Color information
#01992F (or 0x01992F) is known color: Pigment Green. HEX triplet: 01, 99 and 2F. RGB value is (1,153,47). Sum of RGB (Red+Green+Blue) = 1+153+47=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #01992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01992F is #FE66D0. Grayscale: #5F5F5F. Windows color (decimal): -16672465 or 3119361. OLE color: 3119361.
HSL color Cylindrical-coordinate representation of color #01992F: hue angle of 138.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01992F is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 47 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.4 |
| HSL | 138.16º | 0.99% | 0.3% | - |
| HSV(B) | 138.16º | 0.99% | 0.6% | - |
| XYZ | 11.92 | 22.99 | 6.5 | - |
| YUV | 95.47 | 100.64 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 47 | 0.99 | 0 | 0.69 | 0.4 | 138.16 | 0.99 | 0.3 |
| Hex | 1 | 99 | 2F | 63 | 0 | 45 | 28 | 8A | 63 | 1E |
| Octal | 1 | 231 | 57 | 143 | 0 | 105 | 50 | 212 | 143 | 36 |
| Binary | 1 | 10011001 | 101111 | 1100011 | 0 | 1000101 | 101000 | 10001010 | 1100011 | 11110 |
Color Harmonies of #01992F
Complementary color
Monochromatic Colors of #01992F
Black with #01992F
Text Example
Text Example
White with #01992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01992F; }
p { color: rgb(1,153,47); }
H1.HeaderClassName
{
color: #01992F;
}
.AnyTagClassName
{
color: #01992F;
}
</style>
background-color css
<style>
a { background-color: #01992F; }
a { background-color: rgb(1,153,47); }
div.DivClassName
{
background-color: #01992F;
}
.BgClassName
{
background-color: #01992F;
}
</style>
border-color css
<style>
span { border-color: #01992F; }
span { border-color: rgb(1,153,47); }
td.TdClassName
{
border-color: #01992F;
}
.TagClassName
{
border-color: #01992F;
}
</style>