Shades of Pigment Green #01904C
Tints of Pigment Green #01904C
RGB
CMYK
RGB Variations
Color information
#01904C (or 0x01904C) is known color: Pigment Green. HEX triplet: 01, 90 and 4C. RGB value is (1,144,76). Sum of RGB (Red+Green+Blue) = 1+144+76=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #01904C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01904C is #FE6FB3. Grayscale: #5D5D5D. Windows color (decimal): -16674740 or 5017601. OLE color: 5017601.
HSL color Cylindrical-coordinate representation of color #01904C: hue angle of 151.47º 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 #01904C is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 76 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.44 |
| HSL | 151.47º | 0.99% | 0.28% | - |
| HSV(B) | 151.47º | 0.99% | 0.56% | - |
| XYZ | 11.29 | 20.47 | 10.19 | - |
| YUV | 93.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 76 | 0.99 | 0 | 0.47 | 0.44 | 151.47 | 0.99 | 0.28 |
| Hex | 1 | 90 | 4C | 63 | 0 | 2F | 2C | 97 | 63 | 1C |
| Octal | 1 | 220 | 114 | 143 | 0 | 57 | 54 | 227 | 143 | 34 |
| Binary | 1 | 10010000 | 1001100 | 1100011 | 0 | 101111 | 101100 | 10010111 | 1100011 | 11100 |
Color Harmonies of #01904C
Complementary color
Monochromatic Colors of #01904C
Black with #01904C
Text Example
Text Example
White with #01904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01904C; }
p { color: rgb(1,144,76); }
H1.HeaderClassName
{
color: #01904C;
}
.AnyTagClassName
{
color: #01904C;
}
</style>
background-color css
<style>
a { background-color: #01904C; }
a { background-color: rgb(1,144,76); }
div.DivClassName
{
background-color: #01904C;
}
.BgClassName
{
background-color: #01904C;
}
</style>
border-color css
<style>
span { border-color: #01904C; }
span { border-color: rgb(1,144,76); }
td.TdClassName
{
border-color: #01904C;
}
.TagClassName
{
border-color: #01904C;
}
</style>