Shades of Green #018719
Tints of Green #018719
RGB
CMYK
RGB Variations
Color information
#018719 (or 0x018719) is known color: Green. HEX triplet: 01, 87 and 19. RGB value is (1,135,25). Sum of RGB (Red+Green+Blue) = 1+135+25=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #018719 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018719 is #FE78E6. Grayscale: #525252. Windows color (decimal): -16677095 or 1672961. OLE color: 1672961.
HSL color Cylindrical-coordinate representation of color #018719: hue angle of 130.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018719 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 25 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.47 |
| HSL | 130.75º | 0.99% | 0.27% | - |
| HSV(B) | 130.75º | 0.99% | 0.53% | - |
| XYZ | 8.85 | 17.4 | 3.81 | - |
| YUV | 82.39 | 95.61 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 25 | 0.99 | 0 | 0.81 | 0.47 | 130.75 | 0.99 | 0.27 |
| Hex | 1 | 87 | 19 | 63 | 0 | 51 | 2F | 83 | 63 | 1B |
| Octal | 1 | 207 | 31 | 143 | 0 | 121 | 57 | 203 | 143 | 33 |
| Binary | 1 | 10000111 | 11001 | 1100011 | 0 | 1010001 | 101111 | 10000011 | 1100011 | 11011 |
Color Harmonies of #018719
Complementary color
Monochromatic Colors of #018719
Black with #018719
Text Example
Text Example
White with #018719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018719; }
p { color: rgb(1,135,25); }
H1.HeaderClassName
{
color: #018719;
}
.AnyTagClassName
{
color: #018719;
}
</style>
background-color css
<style>
a { background-color: #018719; }
a { background-color: rgb(1,135,25); }
div.DivClassName
{
background-color: #018719;
}
.BgClassName
{
background-color: #018719;
}
</style>
border-color css
<style>
span { border-color: #018719; }
span { border-color: rgb(1,135,25); }
td.TdClassName
{
border-color: #018719;
}
.TagClassName
{
border-color: #018719;
}
</style>