Shades of Pigment Green #018B36
Tints of Pigment Green #018B36
RGB
CMYK
RGB Variations
Color information
#018B36 (or 0x018B36) is known color: Pigment Green. HEX triplet: 01, 8B and 36. RGB value is (1,139,54). Sum of RGB (Red+Green+Blue) = 1+139+54=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #018B36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B36 is #FE74C9. Grayscale: #585858. Windows color (decimal): -16676042 or 3574529. OLE color: 3574529.
HSL color Cylindrical-coordinate representation of color #018B36: hue angle of 143.04º 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 #018B36 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 54 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.45 |
| HSL | 143.04º | 0.99% | 0.27% | - |
| HSV(B) | 143.04º | 0.99% | 0.55% | - |
| XYZ | 9.91 | 18.74 | 6.58 | - |
| YUV | 88.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 54 | 0.99 | 0 | 0.61 | 0.45 | 143.04 | 0.99 | 0.27 |
| Hex | 1 | 8B | 36 | 63 | 0 | 3D | 2D | 8F | 63 | 1B |
| Octal | 1 | 213 | 66 | 143 | 0 | 75 | 55 | 217 | 143 | 33 |
| Binary | 1 | 10001011 | 110110 | 1100011 | 0 | 111101 | 101101 | 10001111 | 1100011 | 11011 |
Color Harmonies of #018B36
Complementary color
Monochromatic Colors of #018B36
Black with #018B36
Text Example
Text Example
White with #018B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B36; }
p { color: rgb(1,139,54); }
H1.HeaderClassName
{
color: #018B36;
}
.AnyTagClassName
{
color: #018B36;
}
</style>
background-color css
<style>
a { background-color: #018B36; }
a { background-color: rgb(1,139,54); }
div.DivClassName
{
background-color: #018B36;
}
.BgClassName
{
background-color: #018B36;
}
</style>
border-color css
<style>
span { border-color: #018B36; }
span { border-color: rgb(1,139,54); }
td.TdClassName
{
border-color: #018B36;
}
.TagClassName
{
border-color: #018B36;
}
</style>