Shades of Pigment Green #018D3E
Tints of Pigment Green #018D3E
RGB
CMYK
RGB Variations
Color information
#018D3E (or 0x018D3E) is known color: Pigment Green. HEX triplet: 01, 8D and 3E. RGB value is (1,141,62). Sum of RGB (Red+Green+Blue) = 1+141+62=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #018D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D3E is #FE72C1. Grayscale: #5A5A5A. Windows color (decimal): -16675522 or 4099329. OLE color: 4099329.
HSL color Cylindrical-coordinate representation of color #018D3E: hue angle of 146.14º 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 #018D3E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 62 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.45 |
| HSL | 146.14º | 0.99% | 0.28% | - |
| HSV(B) | 146.14º | 0.99% | 0.55% | - |
| XYZ | 10.41 | 19.4 | 7.75 | - |
| YUV | 90.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 62 | 0.99 | 0 | 0.56 | 0.45 | 146.14 | 0.99 | 0.28 |
| Hex | 1 | 8D | 3E | 63 | 0 | 38 | 2D | 92 | 63 | 1C |
| Octal | 1 | 215 | 76 | 143 | 0 | 70 | 55 | 222 | 143 | 34 |
| Binary | 1 | 10001101 | 111110 | 1100011 | 0 | 111000 | 101101 | 10010010 | 1100011 | 11100 |
Color Harmonies of #018D3E
Complementary color
Monochromatic Colors of #018D3E
Black with #018D3E
Text Example
Text Example
White with #018D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D3E; }
p { color: rgb(1,141,62); }
H1.HeaderClassName
{
color: #018D3E;
}
.AnyTagClassName
{
color: #018D3E;
}
</style>
background-color css
<style>
a { background-color: #018D3E; }
a { background-color: rgb(1,141,62); }
div.DivClassName
{
background-color: #018D3E;
}
.BgClassName
{
background-color: #018D3E;
}
</style>
border-color css
<style>
span { border-color: #018D3E; }
span { border-color: rgb(1,141,62); }
td.TdClassName
{
border-color: #018D3E;
}
.TagClassName
{
border-color: #018D3E;
}
</style>