Shades of Pigment Green #01962D
Tints of Pigment Green #01962D
RGB
CMYK
RGB Variations
Color information
#01962D (or 0x01962D) is known color: Pigment Green. HEX triplet: 01, 96 and 2D. RGB value is (1,150,45). Sum of RGB (Red+Green+Blue) = 1+150+45=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #01962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01962D is #FE69D2. Grayscale: #5D5D5D. Windows color (decimal): -16673235 or 2987521. OLE color: 2987521.
HSL color Cylindrical-coordinate representation of color #01962D: hue angle of 137.72º 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 #01962D is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 45 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.41 |
| HSL | 137.72º | 0.99% | 0.3% | - |
| HSV(B) | 137.72º | 0.99% | 0.59% | - |
| XYZ | 11.39 | 22.01 | 6.13 | - |
| YUV | 93.48 | 100.64 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 45 | 0.99 | 0 | 0.70 | 0.41 | 137.72 | 0.99 | 0.3 |
| Hex | 1 | 96 | 2D | 63 | 0 | 46 | 29 | 8A | 63 | 1E |
| Octal | 1 | 226 | 55 | 143 | 0 | 106 | 51 | 212 | 143 | 36 |
| Binary | 1 | 10010110 | 101101 | 1100011 | 0 | 1000110 | 101001 | 10001010 | 1100011 | 11110 |
Color Harmonies of #01962D
Complementary color
Monochromatic Colors of #01962D
Black with #01962D
Text Example
Text Example
White with #01962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01962D; }
p { color: rgb(1,150,45); }
H1.HeaderClassName
{
color: #01962D;
}
.AnyTagClassName
{
color: #01962D;
}
</style>
background-color css
<style>
a { background-color: #01962D; }
a { background-color: rgb(1,150,45); }
div.DivClassName
{
background-color: #01962D;
}
.BgClassName
{
background-color: #01962D;
}
</style>
border-color css
<style>
span { border-color: #01962D; }
span { border-color: rgb(1,150,45); }
td.TdClassName
{
border-color: #01962D;
}
.TagClassName
{
border-color: #01962D;
}
</style>