Shades of Dark Spring Green #02803C
Tints of Dark Spring Green #02803C
RGB
CMYK
RGB Variations
Color information
#02803C (or 0x02803C) is known color: Dark Spring Green. HEX triplet: 02, 80 and 3C. RGB value is (2,128,60). Sum of RGB (Red+Green+Blue) = 2+128+60=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #02803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02803C is #FD7FC3. Grayscale: #525252. Windows color (decimal): -16613316 or 3964930. OLE color: 3964930.
HSL color Cylindrical-coordinate representation of color #02803C: hue angle of 147.62º 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 #02803C is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 60 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.50 |
| HSL | 147.62º | 0.97% | 0.25% | - |
| HSV(B) | 147.62º | 0.98% | 0.5% | - |
| XYZ | 8.56 | 15.78 | 6.87 | - |
| YUV | 82.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 60 | 0.98 | 0 | 0.53 | 0.50 | 147.62 | 0.97 | 0.25 |
| Hex | 2 | 80 | 3C | 62 | 0 | 35 | 32 | 94 | 61 | 19 |
| Octal | 2 | 200 | 74 | 142 | 0 | 65 | 62 | 224 | 141 | 31 |
| Binary | 10 | 10000000 | 111100 | 1100010 | 0 | 110101 | 110010 | 10010100 | 1100001 | 11001 |
Color Harmonies of #02803C
Complementary color
Monochromatic Colors of #02803C
Black with #02803C
Text Example
Text Example
White with #02803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02803C; }
p { color: rgb(2,128,60); }
H1.HeaderClassName
{
color: #02803C;
}
.AnyTagClassName
{
color: #02803C;
}
</style>
background-color css
<style>
a { background-color: #02803C; }
a { background-color: rgb(2,128,60); }
div.DivClassName
{
background-color: #02803C;
}
.BgClassName
{
background-color: #02803C;
}
</style>
border-color css
<style>
span { border-color: #02803C; }
span { border-color: rgb(2,128,60); }
td.TdClassName
{
border-color: #02803C;
}
.TagClassName
{
border-color: #02803C;
}
</style>