Shades of Dark Spring Green #028133
Tints of Dark Spring Green #028133
RGB
CMYK
RGB Variations
Color information
#028133 (or 0x028133) is known color: Dark Spring Green. HEX triplet: 02, 81 and 33. RGB value is (2,129,51). Sum of RGB (Red+Green+Blue) = 2+129+51=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #028133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028133 is #FD7ECC. Grayscale: #525252. Windows color (decimal): -16613069 or 3375362. OLE color: 3375362.
HSL color Cylindrical-coordinate representation of color #028133: hue angle of 143.15º 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 #028133 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 51 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.49 |
| HSL | 143.15º | 0.97% | 0.26% | - |
| HSV(B) | 143.15º | 0.98% | 0.51% | - |
| XYZ | 8.47 | 15.95 | 5.76 | - |
| YUV | 82.14 | 110.42 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 51 | 0.98 | 0 | 0.60 | 0.49 | 143.15 | 0.97 | 0.26 |
| Hex | 2 | 81 | 33 | 62 | 0 | 3C | 31 | 8F | 61 | 1A |
| Octal | 2 | 201 | 63 | 142 | 0 | 74 | 61 | 217 | 141 | 32 |
| Binary | 10 | 10000001 | 110011 | 1100010 | 0 | 111100 | 110001 | 10001111 | 1100001 | 11010 |
Color Harmonies of #028133
Complementary color
Monochromatic Colors of #028133
Black with #028133
Text Example
Text Example
White with #028133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028133; }
p { color: rgb(2,129,51); }
H1.HeaderClassName
{
color: #028133;
}
.AnyTagClassName
{
color: #028133;
}
</style>
background-color css
<style>
a { background-color: #028133; }
a { background-color: rgb(2,129,51); }
div.DivClassName
{
background-color: #028133;
}
.BgClassName
{
background-color: #028133;
}
</style>
border-color css
<style>
span { border-color: #028133; }
span { border-color: rgb(2,129,51); }
td.TdClassName
{
border-color: #028133;
}
.TagClassName
{
border-color: #028133;
}
</style>