Shades of Pigment Green #019243
Tints of Pigment Green #019243
RGB
CMYK
RGB Variations
Color information
#019243 (or 0x019243) is known color: Pigment Green. HEX triplet: 01, 92 and 43. RGB value is (1,146,67). Sum of RGB (Red+Green+Blue) = 1+146+67=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #019243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019243 is #FE6DBC. Grayscale: #5D5D5D. Windows color (decimal): -16674237 or 4428289. OLE color: 4428289.
HSL color Cylindrical-coordinate representation of color #019243: hue angle of 147.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019243 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 67 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.43 |
| HSL | 147.31º | 0.99% | 0.29% | - |
| HSV(B) | 147.31º | 0.99% | 0.57% | - |
| XYZ | 11.3 | 20.97 | 8.76 | - |
| YUV | 93.64 | 112.96 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 67 | 0.99 | 0 | 0.54 | 0.43 | 147.31 | 0.99 | 0.29 |
| Hex | 1 | 92 | 43 | 63 | 0 | 36 | 2B | 93 | 63 | 1D |
| Octal | 1 | 222 | 103 | 143 | 0 | 66 | 53 | 223 | 143 | 35 |
| Binary | 1 | 10010010 | 1000011 | 1100011 | 0 | 110110 | 101011 | 10010011 | 1100011 | 11101 |
Color Harmonies of #019243
Complementary color
Monochromatic Colors of #019243
Black with #019243
Text Example
Text Example
White with #019243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019243; }
p { color: rgb(1,146,67); }
H1.HeaderClassName
{
color: #019243;
}
.AnyTagClassName
{
color: #019243;
}
</style>
background-color css
<style>
a { background-color: #019243; }
a { background-color: rgb(1,146,67); }
div.DivClassName
{
background-color: #019243;
}
.BgClassName
{
background-color: #019243;
}
</style>
border-color css
<style>
span { border-color: #019243; }
span { border-color: rgb(1,146,67); }
td.TdClassName
{
border-color: #019243;
}
.TagClassName
{
border-color: #019243;
}
</style>