Shades of Pigment Green #018B3C
Tints of Pigment Green #018B3C
RGB
CMYK
RGB Variations
Color information
#018B3C (or 0x018B3C) is known color: Pigment Green. HEX triplet: 01, 8B and 3C. RGB value is (1,139,60). Sum of RGB (Red+Green+Blue) = 1+139+60=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #018B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B3C is #FE74C3. Grayscale: #585858. Windows color (decimal): -16676036 or 3967745. OLE color: 3967745.
HSL color Cylindrical-coordinate representation of color #018B3C: hue angle of 145.65º 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 #018B3C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 60 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.45 |
| HSL | 145.65º | 0.99% | 0.27% | - |
| HSV(B) | 145.65º | 0.99% | 0.55% | - |
| XYZ | 10.06 | 18.8 | 7.37 | - |
| YUV | 88.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 60 | 0.99 | 0 | 0.57 | 0.45 | 145.65 | 0.99 | 0.27 |
| Hex | 1 | 8B | 3C | 63 | 0 | 39 | 2D | 92 | 63 | 1B |
| Octal | 1 | 213 | 74 | 143 | 0 | 71 | 55 | 222 | 143 | 33 |
| Binary | 1 | 10001011 | 111100 | 1100011 | 0 | 111001 | 101101 | 10010010 | 1100011 | 11011 |
Color Harmonies of #018B3C
Complementary color
Monochromatic Colors of #018B3C
Black with #018B3C
Text Example
Text Example
White with #018B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B3C; }
p { color: rgb(1,139,60); }
H1.HeaderClassName
{
color: #018B3C;
}
.AnyTagClassName
{
color: #018B3C;
}
</style>
background-color css
<style>
a { background-color: #018B3C; }
a { background-color: rgb(1,139,60); }
div.DivClassName
{
background-color: #018B3C;
}
.BgClassName
{
background-color: #018B3C;
}
</style>
border-color css
<style>
span { border-color: #018B3C; }
span { border-color: rgb(1,139,60); }
td.TdClassName
{
border-color: #018B3C;
}
.TagClassName
{
border-color: #018B3C;
}
</style>