Shades of Green #018A1F
Tints of Green #018A1F
RGB
CMYK
RGB Variations
Color information
#018A1F (or 0x018A1F) is known color: Green. HEX triplet: 01, 8A and 1F. RGB value is (1,138,31). Sum of RGB (Red+Green+Blue) = 1+138+31=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 138 (54.30% from 255 or 81.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1F is #FE75E0. Grayscale: #555555. Windows color (decimal): -16676321 or 2066945. OLE color: 2066945.
HSL color Cylindrical-coordinate representation of color #018A1F: hue angle of 133.14º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A1F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 31 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.46 |
| HSL | 133.14º | 0.99% | 0.27% | - |
| HSV(B) | 133.14º | 0.99% | 0.54% | - |
| XYZ | 9.35 | 18.28 | 4.33 | - |
| YUV | 84.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 31 | 0.99 | 0 | 0.78 | 0.46 | 133.14 | 0.99 | 0.27 |
| Hex | 1 | 8A | 1F | 63 | 0 | 4E | 2E | 85 | 63 | 1B |
| Octal | 1 | 212 | 37 | 143 | 0 | 116 | 56 | 205 | 143 | 33 |
| Binary | 1 | 10001010 | 11111 | 1100011 | 0 | 1001110 | 101110 | 10000101 | 1100011 | 11011 |
Color Harmonies of #018A1F
Complementary color
Monochromatic Colors of #018A1F
Black with #018A1F
Text Example
Text Example
White with #018A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A1F; }
p { color: rgb(1,138,31); }
H1.HeaderClassName
{
color: #018A1F;
}
.AnyTagClassName
{
color: #018A1F;
}
</style>
background-color css
<style>
a { background-color: #018A1F; }
a { background-color: rgb(1,138,31); }
div.DivClassName
{
background-color: #018A1F;
}
.BgClassName
{
background-color: #018A1F;
}
</style>
border-color css
<style>
span { border-color: #018A1F; }
span { border-color: rgb(1,138,31); }
td.TdClassName
{
border-color: #018A1F;
}
.TagClassName
{
border-color: #018A1F;
}
</style>