Shades of Pigment Green #019B2F
Tints of Pigment Green #019B2F
RGB
CMYK
RGB Variations
Color information
#019B2F (or 0x019B2F) is known color: Pigment Green. HEX triplet: 01, 9B and 2F. RGB value is (1,155,47). Sum of RGB (Red+Green+Blue) = 1+155+47=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 155 (60.94% from 255 or 76.35% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 155 - color contains mainly: green. Hex color #019B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B2F is #FE64D0. Grayscale: #606060. Windows color (decimal): -16671953 or 3119873. OLE color: 3119873.
HSL color Cylindrical-coordinate representation of color #019B2F: hue angle of 137.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B2F is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 47 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.39 |
| HSL | 137.92º | 0.99% | 0.31% | - |
| HSV(B) | 137.92º | 0.99% | 0.61% | - |
| XYZ | 12.25 | 23.65 | 6.61 | - |
| YUV | 96.64 | 99.98 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 47 | 0.99 | 0 | 0.70 | 0.39 | 137.92 | 0.99 | 0.31 |
| Hex | 1 | 9B | 2F | 63 | 0 | 46 | 27 | 8A | 63 | 1F |
| Octal | 1 | 233 | 57 | 143 | 0 | 106 | 47 | 212 | 143 | 37 |
| Binary | 1 | 10011011 | 101111 | 1100011 | 0 | 1000110 | 100111 | 10001010 | 1100011 | 11111 |
Color Harmonies of #019B2F
Complementary color
Monochromatic Colors of #019B2F
Black with #019B2F
Text Example
Text Example
White with #019B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B2F; }
p { color: rgb(1,155,47); }
H1.HeaderClassName
{
color: #019B2F;
}
.AnyTagClassName
{
color: #019B2F;
}
</style>
background-color css
<style>
a { background-color: #019B2F; }
a { background-color: rgb(1,155,47); }
div.DivClassName
{
background-color: #019B2F;
}
.BgClassName
{
background-color: #019B2F;
}
</style>
border-color css
<style>
span { border-color: #019B2F; }
span { border-color: rgb(1,155,47); }
td.TdClassName
{
border-color: #019B2F;
}
.TagClassName
{
border-color: #019B2F;
}
</style>