Shades of Pigment Green #01963E
Tints of Pigment Green #01963E
RGB
CMYK
RGB Variations
Color information
#01963E (or 0x01963E) is known color: Pigment Green. HEX triplet: 01, 96 and 3E. RGB value is (1,150,62). Sum of RGB (Red+Green+Blue) = 1+150+62=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #01963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01963E is #FE69C1. Grayscale: #5F5F5F. Windows color (decimal): -16673218 or 4101633. OLE color: 4101633.
HSL color Cylindrical-coordinate representation of color #01963E: hue angle of 144.56º 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 #01963E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 62 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.41 |
| HSL | 144.56º | 0.99% | 0.3% | - |
| HSV(B) | 144.56º | 0.99% | 0.59% | - |
| XYZ | 11.79 | 22.17 | 8.21 | - |
| YUV | 95.42 | 109.14 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 62 | 0.99 | 0 | 0.59 | 0.41 | 144.56 | 0.99 | 0.3 |
| Hex | 1 | 96 | 3E | 63 | 0 | 3B | 29 | 91 | 63 | 1E |
| Octal | 1 | 226 | 76 | 143 | 0 | 73 | 51 | 221 | 143 | 36 |
| Binary | 1 | 10010110 | 111110 | 1100011 | 0 | 111011 | 101001 | 10010001 | 1100011 | 11110 |
Color Harmonies of #01963E
Complementary color
Monochromatic Colors of #01963E
Black with #01963E
Text Example
Text Example
White with #01963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01963E; }
p { color: rgb(1,150,62); }
H1.HeaderClassName
{
color: #01963E;
}
.AnyTagClassName
{
color: #01963E;
}
</style>
background-color css
<style>
a { background-color: #01963E; }
a { background-color: rgb(1,150,62); }
div.DivClassName
{
background-color: #01963E;
}
.BgClassName
{
background-color: #01963E;
}
</style>
border-color css
<style>
span { border-color: #01963E; }
span { border-color: rgb(1,150,62); }
td.TdClassName
{
border-color: #01963E;
}
.TagClassName
{
border-color: #01963E;
}
</style>