Shades of Pigment Green #018C42
Tints of Pigment Green #018C42
RGB
CMYK
RGB Variations
Color information
#018C42 (or 0x018C42) is known color: Pigment Green. HEX triplet: 01, 8C and 42. RGB value is (1,140,66). Sum of RGB (Red+Green+Blue) = 1+140+66=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 140 (55.08% from 255 or 67.63% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 140 - color contains mainly: green. Hex color #018C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C42 is #FE73BD. Grayscale: #5A5A5A. Windows color (decimal): -16675774 or 4361217. OLE color: 4361217.
HSL color Cylindrical-coordinate representation of color #018C42: hue angle of 148.06º 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 #018C42 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 66 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.45 |
| HSL | 148.06º | 0.99% | 0.28% | - |
| HSV(B) | 148.06º | 0.99% | 0.55% | - |
| XYZ | 10.37 | 19.16 | 8.3 | - |
| YUV | 90 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 66 | 0.99 | 0 | 0.53 | 0.45 | 148.06 | 0.99 | 0.28 |
| Hex | 1 | 8C | 42 | 63 | 0 | 35 | 2D | 94 | 63 | 1C |
| Octal | 1 | 214 | 102 | 143 | 0 | 65 | 55 | 224 | 143 | 34 |
| Binary | 1 | 10001100 | 1000010 | 1100011 | 0 | 110101 | 101101 | 10010100 | 1100011 | 11100 |
Color Harmonies of #018C42
Complementary color
Monochromatic Colors of #018C42
Black with #018C42
Text Example
Text Example
White with #018C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C42; }
p { color: rgb(1,140,66); }
H1.HeaderClassName
{
color: #018C42;
}
.AnyTagClassName
{
color: #018C42;
}
</style>
background-color css
<style>
a { background-color: #018C42; }
a { background-color: rgb(1,140,66); }
div.DivClassName
{
background-color: #018C42;
}
.BgClassName
{
background-color: #018C42;
}
</style>
border-color css
<style>
span { border-color: #018C42; }
span { border-color: rgb(1,140,66); }
td.TdClassName
{
border-color: #018C42;
}
.TagClassName
{
border-color: #018C42;
}
</style>