Shades of Green #028A13
Tints of Green #028A13
RGB
CMYK
RGB Variations
Color information
#028A13 (or 0x028A13) is known color: Green. HEX triplet: 02, 8A and 13. RGB value is (2,138,19). Sum of RGB (Red+Green+Blue) = 2+138+19=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #028A13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028A13 is #FD75EC. Grayscale: #545454. Windows color (decimal): -16610797 or 1280514. OLE color: 1280514.
HSL color Cylindrical-coordinate representation of color #028A13: hue angle of 127.5º 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 #028A13 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 138 | 19 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.46 |
| HSL | 127.5º | 0.97% | 0.27% | - |
| HSV(B) | 127.5º | 0.99% | 0.54% | - |
| XYZ | 9.23 | 18.24 | 3.65 | - |
| YUV | 83.77 | 91.44 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 19 | 0.99 | 0 | 0.86 | 0.46 | 127.5 | 0.97 | 0.27 |
| Hex | 2 | 8A | 13 | 63 | 0 | 56 | 2E | 80 | 61 | 1B |
| Octal | 2 | 212 | 23 | 143 | 0 | 126 | 56 | 200 | 141 | 33 |
| Binary | 10 | 10001010 | 10011 | 1100011 | 0 | 1010110 | 101110 | 10000000 | 1100001 | 11011 |
Color Harmonies of #028A13
Complementary color
Monochromatic Colors of #028A13
Black with #028A13
Text Example
Text Example
White with #028A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A13; }
p { color: rgb(2,138,19); }
H1.HeaderClassName
{
color: #028A13;
}
.AnyTagClassName
{
color: #028A13;
}
</style>
background-color css
<style>
a { background-color: #028A13; }
a { background-color: rgb(2,138,19); }
div.DivClassName
{
background-color: #028A13;
}
.BgClassName
{
background-color: #028A13;
}
</style>
border-color css
<style>
span { border-color: #028A13; }
span { border-color: rgb(2,138,19); }
td.TdClassName
{
border-color: #028A13;
}
.TagClassName
{
border-color: #028A13;
}
</style>