Shades of Pigment Green #019C33
Tints of Pigment Green #019C33
RGB
CMYK
RGB Variations
Color information
#019C33 (or 0x019C33) is known color: Pigment Green. HEX triplet: 01, 9C and 33. RGB value is (1,156,51). Sum of RGB (Red+Green+Blue) = 1+156+51=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 156 (61.33% from 255 or 75% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 156 - color contains mainly: green. Hex color #019C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019C33 is #FE63CC. Grayscale: #616161. Windows color (decimal): -16671693 or 3382273. OLE color: 3382273.
HSL color Cylindrical-coordinate representation of color #019C33: hue angle of 139.35º 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 #019C33 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 51 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.39 |
| HSL | 139.35º | 0.99% | 0.31% | - |
| HSV(B) | 139.35º | 0.99% | 0.61% | - |
| XYZ | 12.5 | 24.02 | 7.11 | - |
| YUV | 97.69 | 101.65 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 51 | 0.99 | 0 | 0.67 | 0.39 | 139.35 | 0.99 | 0.31 |
| Hex | 1 | 9C | 33 | 63 | 0 | 43 | 27 | 8B | 63 | 1F |
| Octal | 1 | 234 | 63 | 143 | 0 | 103 | 47 | 213 | 143 | 37 |
| Binary | 1 | 10011100 | 110011 | 1100011 | 0 | 1000011 | 100111 | 10001011 | 1100011 | 11111 |
Color Harmonies of #019C33
Complementary color
Monochromatic Colors of #019C33
Black with #019C33
Text Example
Text Example
White with #019C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C33; }
p { color: rgb(1,156,51); }
H1.HeaderClassName
{
color: #019C33;
}
.AnyTagClassName
{
color: #019C33;
}
</style>
background-color css
<style>
a { background-color: #019C33; }
a { background-color: rgb(1,156,51); }
div.DivClassName
{
background-color: #019C33;
}
.BgClassName
{
background-color: #019C33;
}
</style>
border-color css
<style>
span { border-color: #019C33; }
span { border-color: rgb(1,156,51); }
td.TdClassName
{
border-color: #019C33;
}
.TagClassName
{
border-color: #019C33;
}
</style>