Shades of Dark Spring Green #028632
Tints of Dark Spring Green #028632
RGB
CMYK
RGB Variations
Color information
#028632 (or 0x028632) is known color: Dark Spring Green. HEX triplet: 02, 86 and 32. RGB value is (2,134,50). Sum of RGB (Red+Green+Blue) = 2+134+50=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #028632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028632 is #FD79CD. Grayscale: #555555. Windows color (decimal): -16611790 or 3311106. OLE color: 3311106.
HSL color Cylindrical-coordinate representation of color #028632: hue angle of 141.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028632 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 50 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.47 |
| HSL | 141.82º | 0.97% | 0.27% | - |
| HSV(B) | 141.82º | 0.99% | 0.53% | - |
| XYZ | 9.13 | 17.29 | 5.87 | - |
| YUV | 84.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 50 | 0.99 | 0 | 0.63 | 0.47 | 141.82 | 0.97 | 0.27 |
| Hex | 2 | 86 | 32 | 63 | 0 | 3F | 2F | 8E | 61 | 1B |
| Octal | 2 | 206 | 62 | 143 | 0 | 77 | 57 | 216 | 141 | 33 |
| Binary | 10 | 10000110 | 110010 | 1100011 | 0 | 111111 | 101111 | 10001110 | 1100001 | 11011 |
Color Harmonies of #028632
Complementary color
Monochromatic Colors of #028632
Black with #028632
Text Example
Text Example
White with #028632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028632; }
p { color: rgb(2,134,50); }
H1.HeaderClassName
{
color: #028632;
}
.AnyTagClassName
{
color: #028632;
}
</style>
background-color css
<style>
a { background-color: #028632; }
a { background-color: rgb(2,134,50); }
div.DivClassName
{
background-color: #028632;
}
.BgClassName
{
background-color: #028632;
}
</style>
border-color css
<style>
span { border-color: #028632; }
span { border-color: rgb(2,134,50); }
td.TdClassName
{
border-color: #028632;
}
.TagClassName
{
border-color: #028632;
}
</style>