Shades of Green #028C0D
Tints of Green #028C0D
RGB
CMYK
RGB Variations
Color information
#028C0D (or 0x028C0D) is known color: Green. HEX triplet: 02, 8C and 0D. RGB value is (2,140,13). Sum of RGB (Red+Green+Blue) = 2+140+13=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 140 (55.08% from 255 or 90.32% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 140 - color contains mainly: green. Hex color #028C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C0D is #FD73F2. Grayscale: #545454. Windows color (decimal): -16610291 or 887810. OLE color: 887810.
HSL color Cylindrical-coordinate representation of color #028C0D: hue angle of 124.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 13 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.45 |
| HSL | 124.78º | 0.97% | 0.28% | - |
| HSV(B) | 124.78º | 0.99% | 0.55% | - |
| XYZ | 9.48 | 18.8 | 3.51 | - |
| YUV | 84.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 13 | 0.99 | 0 | 0.91 | 0.45 | 124.78 | 0.97 | 0.28 |
| Hex | 2 | 8C | D | 63 | 0 | 5B | 2D | 7D | 61 | 1C |
| Octal | 2 | 214 | 15 | 143 | 0 | 133 | 55 | 175 | 141 | 34 |
| Binary | 10 | 10001100 | 1101 | 1100011 | 0 | 1011011 | 101101 | 1111101 | 1100001 | 11100 |
Color Harmonies of #028C0D
Complementary color
Monochromatic Colors of #028C0D
Black with #028C0D
Text Example
Text Example
White with #028C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C0D; }
p { color: rgb(2,140,13); }
H1.HeaderClassName
{
color: #028C0D;
}
.AnyTagClassName
{
color: #028C0D;
}
</style>
background-color css
<style>
a { background-color: #028C0D; }
a { background-color: rgb(2,140,13); }
div.DivClassName
{
background-color: #028C0D;
}
.BgClassName
{
background-color: #028C0D;
}
</style>
border-color css
<style>
span { border-color: #028C0D; }
span { border-color: rgb(2,140,13); }
td.TdClassName
{
border-color: #028C0D;
}
.TagClassName
{
border-color: #028C0D;
}
</style>