Shades of Green #028518
Tints of Green #028518
RGB
CMYK
RGB Variations
Color information
#028518 (or 0x028518) is known color: Green. HEX triplet: 02, 85 and 18. RGB value is (2,133,24). Sum of RGB (Red+Green+Blue) = 2+133+24=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 133 (52.34% from 255 or 83.65% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 133 - color contains mainly: green. Hex color #028518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028518 is #FD7AE7. Grayscale: #515151. Windows color (decimal): -16612072 or 1606914. OLE color: 1606914.
HSL color Cylindrical-coordinate representation of color #028518: hue angle of 130.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028518 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 133 | 24 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.48 |
| HSL | 130.08º | 0.97% | 0.26% | - |
| HSV(B) | 130.08º | 0.98% | 0.52% | - |
| XYZ | 8.58 | 16.85 | 3.67 | - |
| YUV | 81.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 24 | 0.98 | 0 | 0.82 | 0.48 | 130.08 | 0.97 | 0.26 |
| Hex | 2 | 85 | 18 | 62 | 0 | 52 | 30 | 82 | 61 | 1A |
| Octal | 2 | 205 | 30 | 142 | 0 | 122 | 60 | 202 | 141 | 32 |
| Binary | 10 | 10000101 | 11000 | 1100010 | 0 | 1010010 | 110000 | 10000010 | 1100001 | 11010 |
Color Harmonies of #028518
Complementary color
Monochromatic Colors of #028518
Black with #028518
Text Example
Text Example
White with #028518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028518; }
p { color: rgb(2,133,24); }
H1.HeaderClassName
{
color: #028518;
}
.AnyTagClassName
{
color: #028518;
}
</style>
background-color css
<style>
a { background-color: #028518; }
a { background-color: rgb(2,133,24); }
div.DivClassName
{
background-color: #028518;
}
.BgClassName
{
background-color: #028518;
}
</style>
border-color css
<style>
span { border-color: #028518; }
span { border-color: rgb(2,133,24); }
td.TdClassName
{
border-color: #028518;
}
.TagClassName
{
border-color: #028518;
}
</style>