Shades of Pigment Green #018F34
Tints of Pigment Green #018F34
RGB
CMYK
RGB Variations
Color information
#018F34 (or 0x018F34) is known color: Pigment Green. HEX triplet: 01, 8F and 34. RGB value is (1,143,52). Sum of RGB (Red+Green+Blue) = 1+143+52=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 143 (56.25% from 255 or 72.96% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 143 - color contains mainly: green. Hex color #018F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F34 is #FE70CB. Grayscale: #5A5A5A. Windows color (decimal): -16675020 or 3444481. OLE color: 3444481.
HSL color Cylindrical-coordinate representation of color #018F34: hue angle of 141.55º 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 #018F34 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 52 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.44 |
| HSL | 141.55º | 0.99% | 0.28% | - |
| HSV(B) | 141.55º | 0.99% | 0.56% | - |
| XYZ | 10.45 | 19.9 | 6.54 | - |
| YUV | 90.17 | 106.46 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 52 | 0.99 | 0 | 0.64 | 0.44 | 141.55 | 0.99 | 0.28 |
| Hex | 1 | 8F | 34 | 63 | 0 | 40 | 2C | 8E | 63 | 1C |
| Octal | 1 | 217 | 64 | 143 | 0 | 100 | 54 | 216 | 143 | 34 |
| Binary | 1 | 10001111 | 110100 | 1100011 | 0 | 1000000 | 101100 | 10001110 | 1100011 | 11100 |
Color Harmonies of #018F34
Complementary color
Monochromatic Colors of #018F34
Black with #018F34
Text Example
Text Example
White with #018F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F34; }
p { color: rgb(1,143,52); }
H1.HeaderClassName
{
color: #018F34;
}
.AnyTagClassName
{
color: #018F34;
}
</style>
background-color css
<style>
a { background-color: #018F34; }
a { background-color: rgb(1,143,52); }
div.DivClassName
{
background-color: #018F34;
}
.BgClassName
{
background-color: #018F34;
}
</style>
border-color css
<style>
span { border-color: #018F34; }
span { border-color: rgb(1,143,52); }
td.TdClassName
{
border-color: #018F34;
}
.TagClassName
{
border-color: #018F34;
}
</style>