Shades of Pigment Green #01903A
Tints of Pigment Green #01903A
RGB
CMYK
RGB Variations
Color information
#01903A (or 0x01903A) is known color: Pigment Green. HEX triplet: 01, 90 and 3A. RGB value is (1,144,58). Sum of RGB (Red+Green+Blue) = 1+144+58=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #01903A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01903A is #FE6FC5. Grayscale: #5B5B5B. Windows color (decimal): -16674758 or 3837953. OLE color: 3837953.
HSL color Cylindrical-coordinate representation of color #01903A: hue angle of 143.92º 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 #01903A is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 58 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.44 |
| HSL | 143.92º | 0.99% | 0.28% | - |
| HSV(B) | 143.92º | 0.99% | 0.56% | - |
| XYZ | 10.75 | 20.26 | 7.35 | - |
| YUV | 91.44 | 109.12 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 58 | 0.99 | 0 | 0.60 | 0.44 | 143.92 | 0.99 | 0.28 |
| Hex | 1 | 90 | 3A | 63 | 0 | 3C | 2C | 90 | 63 | 1C |
| Octal | 1 | 220 | 72 | 143 | 0 | 74 | 54 | 220 | 143 | 34 |
| Binary | 1 | 10010000 | 111010 | 1100011 | 0 | 111100 | 101100 | 10010000 | 1100011 | 11100 |
Color Harmonies of #01903A
Complementary color
Monochromatic Colors of #01903A
Black with #01903A
Text Example
Text Example
White with #01903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01903A; }
p { color: rgb(1,144,58); }
H1.HeaderClassName
{
color: #01903A;
}
.AnyTagClassName
{
color: #01903A;
}
</style>
background-color css
<style>
a { background-color: #01903A; }
a { background-color: rgb(1,144,58); }
div.DivClassName
{
background-color: #01903A;
}
.BgClassName
{
background-color: #01903A;
}
</style>
border-color css
<style>
span { border-color: #01903A; }
span { border-color: rgb(1,144,58); }
td.TdClassName
{
border-color: #01903A;
}
.TagClassName
{
border-color: #01903A;
}
</style>