Shades of Green #028918
Tints of Green #028918
RGB
CMYK
RGB Variations
Color information
#028918 (or 0x028918) is known color: Green. HEX triplet: 02, 89 and 18. RGB value is (2,137,24). Sum of RGB (Red+Green+Blue) = 2+137+24=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 137 (53.91% from 255 or 84.05% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 137 - color contains mainly: green. Hex color #028918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028918 is #FD76E7. Grayscale: #545454. Windows color (decimal): -16611048 or 1607938. OLE color: 1607938.
HSL color Cylindrical-coordinate representation of color #028918: hue angle of 129.78º degrees, saturation: 0.97, 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 #028918 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 24 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.46 |
| HSL | 129.78º | 0.97% | 0.27% | - |
| HSV(B) | 129.78º | 0.99% | 0.54% | - |
| XYZ | 9.14 | 17.97 | 3.85 | - |
| YUV | 83.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 24 | 0.99 | 0 | 0.82 | 0.46 | 129.78 | 0.97 | 0.27 |
| Hex | 2 | 89 | 18 | 63 | 0 | 52 | 2E | 82 | 61 | 1B |
| Octal | 2 | 211 | 30 | 143 | 0 | 122 | 56 | 202 | 141 | 33 |
| Binary | 10 | 10001001 | 11000 | 1100011 | 0 | 1010010 | 101110 | 10000010 | 1100001 | 11011 |
Color Harmonies of #028918
Complementary color
Monochromatic Colors of #028918
Black with #028918
Text Example
Text Example
White with #028918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028918; }
p { color: rgb(2,137,24); }
H1.HeaderClassName
{
color: #028918;
}
.AnyTagClassName
{
color: #028918;
}
</style>
background-color css
<style>
a { background-color: #028918; }
a { background-color: rgb(2,137,24); }
div.DivClassName
{
background-color: #028918;
}
.BgClassName
{
background-color: #028918;
}
</style>
border-color css
<style>
span { border-color: #028918; }
span { border-color: rgb(2,137,24); }
td.TdClassName
{
border-color: #028918;
}
.TagClassName
{
border-color: #028918;
}
</style>