Shades of Pigment Green #01902E
Tints of Pigment Green #01902E
RGB
CMYK
RGB Variations
Color information
#01902E (or 0x01902E) is known color: Pigment Green. HEX triplet: 01, 90 and 2E. RGB value is (1,144,46). Sum of RGB (Red+Green+Blue) = 1+144+46=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #01902E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01902E is #FE6FD1. Grayscale: #5A5A5A. Windows color (decimal): -16674770 or 3051521. OLE color: 3051521.
HSL color Cylindrical-coordinate representation of color #01902E: hue angle of 138.88º 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 #01902E is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 46 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.44 |
| HSL | 138.88º | 0.99% | 0.28% | - |
| HSV(B) | 138.88º | 0.99% | 0.56% | - |
| XYZ | 10.48 | 20.15 | 5.92 | - |
| YUV | 90.07 | 103.12 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 46 | 0.99 | 0 | 0.68 | 0.44 | 138.88 | 0.99 | 0.28 |
| Hex | 1 | 90 | 2E | 63 | 0 | 44 | 2C | 8B | 63 | 1C |
| Octal | 1 | 220 | 56 | 143 | 0 | 104 | 54 | 213 | 143 | 34 |
| Binary | 1 | 10010000 | 101110 | 1100011 | 0 | 1000100 | 101100 | 10001011 | 1100011 | 11100 |
Color Harmonies of #01902E
Complementary color
Monochromatic Colors of #01902E
Black with #01902E
Text Example
Text Example
White with #01902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01902E; }
p { color: rgb(1,144,46); }
H1.HeaderClassName
{
color: #01902E;
}
.AnyTagClassName
{
color: #01902E;
}
</style>
background-color css
<style>
a { background-color: #01902E; }
a { background-color: rgb(1,144,46); }
div.DivClassName
{
background-color: #01902E;
}
.BgClassName
{
background-color: #01902E;
}
</style>
border-color css
<style>
span { border-color: #01902E; }
span { border-color: rgb(1,144,46); }
td.TdClassName
{
border-color: #01902E;
}
.TagClassName
{
border-color: #01902E;
}
</style>