Shades of Pigment Green #01903D
Tints of Pigment Green #01903D
RGB
CMYK
RGB Variations
Color information
#01903D (or 0x01903D) is known color: Pigment Green. HEX triplet: 01, 90 and 3D. RGB value is (1,144,61). Sum of RGB (Red+Green+Blue) = 1+144+61=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #01903D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01903D is #FE6FC2. Grayscale: #5B5B5B. Windows color (decimal): -16674755 or 4034561. OLE color: 4034561.
HSL color Cylindrical-coordinate representation of color #01903D: hue angle of 145.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01903D is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 61 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.44 |
| HSL | 145.17º | 0.99% | 0.28% | - |
| HSV(B) | 145.17º | 0.99% | 0.56% | - |
| XYZ | 10.83 | 20.29 | 7.76 | - |
| YUV | 91.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 61 | 0.99 | 0 | 0.58 | 0.44 | 145.17 | 0.99 | 0.28 |
| Hex | 1 | 90 | 3D | 63 | 0 | 3A | 2C | 91 | 63 | 1C |
| Octal | 1 | 220 | 75 | 143 | 0 | 72 | 54 | 221 | 143 | 34 |
| Binary | 1 | 10010000 | 111101 | 1100011 | 0 | 111010 | 101100 | 10010001 | 1100011 | 11100 |
Color Harmonies of #01903D
Complementary color
Monochromatic Colors of #01903D
Black with #01903D
Text Example
Text Example
White with #01903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01903D; }
p { color: rgb(1,144,61); }
H1.HeaderClassName
{
color: #01903D;
}
.AnyTagClassName
{
color: #01903D;
}
</style>
background-color css
<style>
a { background-color: #01903D; }
a { background-color: rgb(1,144,61); }
div.DivClassName
{
background-color: #01903D;
}
.BgClassName
{
background-color: #01903D;
}
</style>
border-color css
<style>
span { border-color: #01903D; }
span { border-color: rgb(1,144,61); }
td.TdClassName
{
border-color: #01903D;
}
.TagClassName
{
border-color: #01903D;
}
</style>