Shades of Pigment Green #018F43
Tints of Pigment Green #018F43
RGB
CMYK
RGB Variations
Color information
#018F43 (or 0x018F43) is known color: Pigment Green. HEX triplet: 01, 8F and 43. RGB value is (1,143,67). Sum of RGB (Red+Green+Blue) = 1+143+67=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #018F43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F43 is #FE70BC. Grayscale: #5C5C5C. Windows color (decimal): -16675005 or 4427521. OLE color: 4427521.
HSL color Cylindrical-coordinate representation of color #018F43: hue angle of 147.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F43 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 67 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.44 |
| HSL | 147.89º | 0.99% | 0.28% | - |
| HSV(B) | 147.89º | 0.99% | 0.56% | - |
| XYZ | 10.85 | 20.06 | 8.61 | - |
| YUV | 91.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 67 | 0.99 | 0 | 0.53 | 0.44 | 147.89 | 0.99 | 0.28 |
| Hex | 1 | 8F | 43 | 63 | 0 | 35 | 2C | 94 | 63 | 1C |
| Octal | 1 | 217 | 103 | 143 | 0 | 65 | 54 | 224 | 143 | 34 |
| Binary | 1 | 10001111 | 1000011 | 1100011 | 0 | 110101 | 101100 | 10010100 | 1100011 | 11100 |
Color Harmonies of #018F43
Complementary color
Monochromatic Colors of #018F43
Black with #018F43
Text Example
Text Example
White with #018F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F43; }
p { color: rgb(1,143,67); }
H1.HeaderClassName
{
color: #018F43;
}
.AnyTagClassName
{
color: #018F43;
}
</style>
background-color css
<style>
a { background-color: #018F43; }
a { background-color: rgb(1,143,67); }
div.DivClassName
{
background-color: #018F43;
}
.BgClassName
{
background-color: #018F43;
}
</style>
border-color css
<style>
span { border-color: #018F43; }
span { border-color: rgb(1,143,67); }
td.TdClassName
{
border-color: #018F43;
}
.TagClassName
{
border-color: #018F43;
}
</style>