Shades of Green #018B1D
Tints of Green #018B1D
RGB
CMYK
RGB Variations
Color information
#018B1D (or 0x018B1D) is known color: Green. HEX triplet: 01, 8B and 1D. RGB value is (1,139,29). Sum of RGB (Red+Green+Blue) = 1+139+29=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 139 (54.69% from 255 or 82.25% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 139 - color contains mainly: green. Hex color #018B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B1D is #FE74E2. Grayscale: #555555. Windows color (decimal): -16676067 or 1936129. OLE color: 1936129.
HSL color Cylindrical-coordinate representation of color #018B1D: hue angle of 132.17º 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 #018B1D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 29 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.45 |
| HSL | 132.17º | 0.99% | 0.27% | - |
| HSV(B) | 132.17º | 0.99% | 0.55% | - |
| XYZ | 9.47 | 18.56 | 4.25 | - |
| YUV | 85.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 29 | 0.99 | 0 | 0.79 | 0.45 | 132.17 | 0.99 | 0.27 |
| Hex | 1 | 8B | 1D | 63 | 0 | 4F | 2D | 84 | 63 | 1B |
| Octal | 1 | 213 | 35 | 143 | 0 | 117 | 55 | 204 | 143 | 33 |
| Binary | 1 | 10001011 | 11101 | 1100011 | 0 | 1001111 | 101101 | 10000100 | 1100011 | 11011 |
Color Harmonies of #018B1D
Complementary color
Monochromatic Colors of #018B1D
Black with #018B1D
Text Example
Text Example
White with #018B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B1D; }
p { color: rgb(1,139,29); }
H1.HeaderClassName
{
color: #018B1D;
}
.AnyTagClassName
{
color: #018B1D;
}
</style>
background-color css
<style>
a { background-color: #018B1D; }
a { background-color: rgb(1,139,29); }
div.DivClassName
{
background-color: #018B1D;
}
.BgClassName
{
background-color: #018B1D;
}
</style>
border-color css
<style>
span { border-color: #018B1D; }
span { border-color: rgb(1,139,29); }
td.TdClassName
{
border-color: #018B1D;
}
.TagClassName
{
border-color: #018B1D;
}
</style>