Shades of Pigment Green #018C34
Tints of Pigment Green #018C34
RGB
CMYK
RGB Variations
Color information
#018C34 (or 0x018C34) is known color: Pigment Green. HEX triplet: 01, 8C and 34. RGB value is (1,140,52). Sum of RGB (Red+Green+Blue) = 1+140+52=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #018C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C34 is #FE73CB. Grayscale: #585858. Windows color (decimal): -16675788 or 3443713. OLE color: 3443713.
HSL color Cylindrical-coordinate representation of color #018C34: hue angle of 142.01º 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 #018C34 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 52 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.45 |
| HSL | 142.01º | 0.99% | 0.28% | - |
| HSV(B) | 142.01º | 0.99% | 0.55% | - |
| XYZ | 10.01 | 19.01 | 6.39 | - |
| YUV | 88.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 52 | 0.99 | 0 | 0.63 | 0.45 | 142.01 | 0.99 | 0.28 |
| Hex | 1 | 8C | 34 | 63 | 0 | 3F | 2D | 8E | 63 | 1C |
| Octal | 1 | 214 | 64 | 143 | 0 | 77 | 55 | 216 | 143 | 34 |
| Binary | 1 | 10001100 | 110100 | 1100011 | 0 | 111111 | 101101 | 10001110 | 1100011 | 11100 |
Color Harmonies of #018C34
Complementary color
Monochromatic Colors of #018C34
Black with #018C34
Text Example
Text Example
White with #018C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C34; }
p { color: rgb(1,140,52); }
H1.HeaderClassName
{
color: #018C34;
}
.AnyTagClassName
{
color: #018C34;
}
</style>
background-color css
<style>
a { background-color: #018C34; }
a { background-color: rgb(1,140,52); }
div.DivClassName
{
background-color: #018C34;
}
.BgClassName
{
background-color: #018C34;
}
</style>
border-color css
<style>
span { border-color: #018C34; }
span { border-color: rgb(1,140,52); }
td.TdClassName
{
border-color: #018C34;
}
.TagClassName
{
border-color: #018C34;
}
</style>