Shades of Pigment Green #018B49
Tints of Pigment Green #018B49
RGB
CMYK
RGB Variations
Color information
#018B49 (or 0x018B49) is known color: Pigment Green. HEX triplet: 01, 8B and 49. RGB value is (1,139,73). Sum of RGB (Red+Green+Blue) = 1+139+73=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #018B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B49 is #FE74B6. Grayscale: #5A5A5A. Windows color (decimal): -16676023 or 4819713. OLE color: 4819713.
HSL color Cylindrical-coordinate representation of color #018B49: hue angle of 151.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B49 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 73 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.45 |
| HSL | 151.3º | 0.99% | 0.27% | - |
| HSV(B) | 151.3º | 0.99% | 0.55% | - |
| XYZ | 10.45 | 18.95 | 9.41 | - |
| YUV | 90.21 | 118.28 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 73 | 0.99 | 0 | 0.47 | 0.45 | 151.3 | 0.99 | 0.27 |
| Hex | 1 | 8B | 49 | 63 | 0 | 2F | 2D | 97 | 63 | 1B |
| Octal | 1 | 213 | 111 | 143 | 0 | 57 | 55 | 227 | 143 | 33 |
| Binary | 1 | 10001011 | 1001001 | 1100011 | 0 | 101111 | 101101 | 10010111 | 1100011 | 11011 |
Color Harmonies of #018B49
Complementary color
Monochromatic Colors of #018B49
Black with #018B49
Text Example
Text Example
White with #018B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B49; }
p { color: rgb(1,139,73); }
H1.HeaderClassName
{
color: #018B49;
}
.AnyTagClassName
{
color: #018B49;
}
</style>
background-color css
<style>
a { background-color: #018B49; }
a { background-color: rgb(1,139,73); }
div.DivClassName
{
background-color: #018B49;
}
.BgClassName
{
background-color: #018B49;
}
</style>
border-color css
<style>
span { border-color: #018B49; }
span { border-color: rgb(1,139,73); }
td.TdClassName
{
border-color: #018B49;
}
.TagClassName
{
border-color: #018B49;
}
</style>