Shades of Green #028A1D
Tints of Green #028A1D
RGB
CMYK
RGB Variations
Color information
#028A1D (or 0x028A1D) is known color: Green. HEX triplet: 02, 8A and 1D. RGB value is (2,138,29). Sum of RGB (Red+Green+Blue) = 2+138+29=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 138 (54.30% from 255 or 81.66% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 138 - color contains mainly: green. Hex color #028A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A1D is #FD75E2. Grayscale: #555555. Windows color (decimal): -16610787 or 1935874. OLE color: 1935874.
HSL color Cylindrical-coordinate representation of color #028A1D: hue angle of 131.91º 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 #028A1D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 138 | 29 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.46 |
| HSL | 131.91º | 0.97% | 0.27% | - |
| HSV(B) | 131.91º | 0.99% | 0.54% | - |
| XYZ | 9.34 | 18.28 | 4.2 | - |
| YUV | 84.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 29 | 0.99 | 0 | 0.79 | 0.46 | 131.91 | 0.97 | 0.27 |
| Hex | 2 | 8A | 1D | 63 | 0 | 4F | 2E | 84 | 61 | 1B |
| Octal | 2 | 212 | 35 | 143 | 0 | 117 | 56 | 204 | 141 | 33 |
| Binary | 10 | 10001010 | 11101 | 1100011 | 0 | 1001111 | 101110 | 10000100 | 1100001 | 11011 |
Color Harmonies of #028A1D
Complementary color
Monochromatic Colors of #028A1D
Black with #028A1D
Text Example
Text Example
White with #028A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A1D; }
p { color: rgb(2,138,29); }
H1.HeaderClassName
{
color: #028A1D;
}
.AnyTagClassName
{
color: #028A1D;
}
</style>
background-color css
<style>
a { background-color: #028A1D; }
a { background-color: rgb(2,138,29); }
div.DivClassName
{
background-color: #028A1D;
}
.BgClassName
{
background-color: #028A1D;
}
</style>
border-color css
<style>
span { border-color: #028A1D; }
span { border-color: rgb(2,138,29); }
td.TdClassName
{
border-color: #028A1D;
}
.TagClassName
{
border-color: #028A1D;
}
</style>