Shades of Pigment Green #018C32
Tints of Pigment Green #018C32
RGB
CMYK
RGB Variations
Color information
#018C32 (or 0x018C32) is known color: Pigment Green. HEX triplet: 01, 8C and 32. RGB value is (1,140,50). Sum of RGB (Red+Green+Blue) = 1+140+50=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #018C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C32 is #FE73CD. Grayscale: #585858. Windows color (decimal): -16675790 or 3312641. OLE color: 3312641.
HSL color Cylindrical-coordinate representation of color #018C32: hue angle of 141.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C32 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 50 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.45 |
| HSL | 141.15º | 0.99% | 0.28% | - |
| HSV(B) | 141.15º | 0.99% | 0.55% | - |
| XYZ | 9.97 | 18.99 | 6.16 | - |
| YUV | 88.18 | 106.45 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 50 | 0.99 | 0 | 0.64 | 0.45 | 141.15 | 0.99 | 0.28 |
| Hex | 1 | 8C | 32 | 63 | 0 | 40 | 2D | 8D | 63 | 1C |
| Octal | 1 | 214 | 62 | 143 | 0 | 100 | 55 | 215 | 143 | 34 |
| Binary | 1 | 10001100 | 110010 | 1100011 | 0 | 1000000 | 101101 | 10001101 | 1100011 | 11100 |
Color Harmonies of #018C32
Complementary color
Monochromatic Colors of #018C32
Black with #018C32
Text Example
Text Example
White with #018C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C32; }
p { color: rgb(1,140,50); }
H1.HeaderClassName
{
color: #018C32;
}
.AnyTagClassName
{
color: #018C32;
}
</style>
background-color css
<style>
a { background-color: #018C32; }
a { background-color: rgb(1,140,50); }
div.DivClassName
{
background-color: #018C32;
}
.BgClassName
{
background-color: #018C32;
}
</style>
border-color css
<style>
span { border-color: #018C32; }
span { border-color: rgb(1,140,50); }
td.TdClassName
{
border-color: #018C32;
}
.TagClassName
{
border-color: #018C32;
}
</style>