Shades of Green #028313
Tints of Green #028313
RGB
CMYK
RGB Variations
Color information
#028313 (or 0x028313) is known color: Green. HEX triplet: 02, 83 and 13. RGB value is (2,131,19). Sum of RGB (Red+Green+Blue) = 2+131+19=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 131 (51.56% from 255 or 86.18% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 131 - color contains mainly: green. Hex color #028313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028313 is #FD7CEC. Grayscale: #4F4F4F. Windows color (decimal): -16612589 or 1278722. OLE color: 1278722.
HSL color Cylindrical-coordinate representation of color #028313: hue angle of 127.91º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028313 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 19 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.49 |
| HSL | 127.91º | 0.97% | 0.26% | - |
| HSV(B) | 127.91º | 0.98% | 0.51% | - |
| XYZ | 8.26 | 16.29 | 3.33 | - |
| YUV | 79.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 19 | 0.98 | 0 | 0.85 | 0.49 | 127.91 | 0.97 | 0.26 |
| Hex | 2 | 83 | 13 | 62 | 0 | 55 | 31 | 80 | 61 | 1A |
| Octal | 2 | 203 | 23 | 142 | 0 | 125 | 61 | 200 | 141 | 32 |
| Binary | 10 | 10000011 | 10011 | 1100010 | 0 | 1010101 | 110001 | 10000000 | 1100001 | 11010 |
Color Harmonies of #028313
Complementary color
Monochromatic Colors of #028313
Black with #028313
Text Example
Text Example
White with #028313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028313; }
p { color: rgb(2,131,19); }
H1.HeaderClassName
{
color: #028313;
}
.AnyTagClassName
{
color: #028313;
}
</style>
background-color css
<style>
a { background-color: #028313; }
a { background-color: rgb(2,131,19); }
div.DivClassName
{
background-color: #028313;
}
.BgClassName
{
background-color: #028313;
}
</style>
border-color css
<style>
span { border-color: #028313; }
span { border-color: rgb(2,131,19); }
td.TdClassName
{
border-color: #028313;
}
.TagClassName
{
border-color: #028313;
}
</style>