Shades of Green #028912
Tints of Green #028912
RGB
CMYK
RGB Variations
Color information
#028912 (or 0x028912) is known color: Green. HEX triplet: 02, 89 and 12. RGB value is (2,137,18). Sum of RGB (Red+Green+Blue) = 2+137+18=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #028912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028912 is #FD76ED. Grayscale: #535353. Windows color (decimal): -16611054 or 1214722. OLE color: 1214722.
HSL color Cylindrical-coordinate representation of color #028912: hue angle of 127.11º 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 #028912 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 18 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.46 |
| HSL | 127.11º | 0.97% | 0.27% | - |
| HSV(B) | 127.11º | 0.99% | 0.54% | - |
| XYZ | 9.08 | 17.95 | 3.56 | - |
| YUV | 83.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 18 | 0.99 | 0 | 0.87 | 0.46 | 127.11 | 0.97 | 0.27 |
| Hex | 2 | 89 | 12 | 63 | 0 | 57 | 2E | 7F | 61 | 1B |
| Octal | 2 | 211 | 22 | 143 | 0 | 127 | 56 | 177 | 141 | 33 |
| Binary | 10 | 10001001 | 10010 | 1100011 | 0 | 1010111 | 101110 | 1111111 | 1100001 | 11011 |
Color Harmonies of #028912
Complementary color
Monochromatic Colors of #028912
Black with #028912
Text Example
Text Example
White with #028912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028912; }
p { color: rgb(2,137,18); }
H1.HeaderClassName
{
color: #028912;
}
.AnyTagClassName
{
color: #028912;
}
</style>
background-color css
<style>
a { background-color: #028912; }
a { background-color: rgb(2,137,18); }
div.DivClassName
{
background-color: #028912;
}
.BgClassName
{
background-color: #028912;
}
</style>
border-color css
<style>
span { border-color: #028912; }
span { border-color: rgb(2,137,18); }
td.TdClassName
{
border-color: #028912;
}
.TagClassName
{
border-color: #028912;
}
</style>