Shades of Dark Spring Green #02803F
Tints of Dark Spring Green #02803F
RGB
CMYK
RGB Variations
Color information
#02803F (or 0x02803F) is known color: Dark Spring Green. HEX triplet: 02, 80 and 3F. RGB value is (2,128,63). Sum of RGB (Red+Green+Blue) = 2+128+63=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #02803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02803F is #FD7FC0. Grayscale: #535353. Windows color (decimal): -16613313 or 4161538. OLE color: 4161538.
HSL color Cylindrical-coordinate representation of color #02803F: hue angle of 149.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02803F is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 63 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.50 |
| HSL | 149.05º | 0.97% | 0.25% | - |
| HSV(B) | 149.05º | 0.98% | 0.5% | - |
| XYZ | 8.64 | 15.81 | 7.3 | - |
| YUV | 82.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 63 | 0.98 | 0 | 0.51 | 0.50 | 149.05 | 0.97 | 0.25 |
| Hex | 2 | 80 | 3F | 62 | 0 | 33 | 32 | 95 | 61 | 19 |
| Octal | 2 | 200 | 77 | 142 | 0 | 63 | 62 | 225 | 141 | 31 |
| Binary | 10 | 10000000 | 111111 | 1100010 | 0 | 110011 | 110010 | 10010101 | 1100001 | 11001 |
Color Harmonies of #02803F
Complementary color
Monochromatic Colors of #02803F
Black with #02803F
Text Example
Text Example
White with #02803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02803F; }
p { color: rgb(2,128,63); }
H1.HeaderClassName
{
color: #02803F;
}
.AnyTagClassName
{
color: #02803F;
}
</style>
background-color css
<style>
a { background-color: #02803F; }
a { background-color: rgb(2,128,63); }
div.DivClassName
{
background-color: #02803F;
}
.BgClassName
{
background-color: #02803F;
}
</style>
border-color css
<style>
span { border-color: #02803F; }
span { border-color: rgb(2,128,63); }
td.TdClassName
{
border-color: #02803F;
}
.TagClassName
{
border-color: #02803F;
}
</style>