Shades of Dark Spring Green #02802E
Tints of Dark Spring Green #02802E
RGB
CMYK
RGB Variations
Color information
#02802E (or 0x02802E) is known color: Dark Spring Green. HEX triplet: 02, 80 and 2E. RGB value is (2,128,46). Sum of RGB (Red+Green+Blue) = 2+128+46=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #02802E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02802E is #FD7FD1. Grayscale: #515151. Windows color (decimal): -16613330 or 3047426. OLE color: 3047426.
HSL color Cylindrical-coordinate representation of color #02802E: hue angle of 140.95º 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 #02802E is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 46 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.50 |
| HSL | 140.95º | 0.97% | 0.25% | - |
| HSV(B) | 140.95º | 0.98% | 0.5% | - |
| XYZ | 8.24 | 15.65 | 5.17 | - |
| YUV | 80.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 46 | 0.98 | 0 | 0.64 | 0.50 | 140.95 | 0.97 | 0.25 |
| Hex | 2 | 80 | 2E | 62 | 0 | 40 | 32 | 8D | 61 | 19 |
| Octal | 2 | 200 | 56 | 142 | 0 | 100 | 62 | 215 | 141 | 31 |
| Binary | 10 | 10000000 | 101110 | 1100010 | 0 | 1000000 | 110010 | 10001101 | 1100001 | 11001 |
Color Harmonies of #02802E
Complementary color
Monochromatic Colors of #02802E
Black with #02802E
Text Example
Text Example
White with #02802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02802E; }
p { color: rgb(2,128,46); }
H1.HeaderClassName
{
color: #02802E;
}
.AnyTagClassName
{
color: #02802E;
}
</style>
background-color css
<style>
a { background-color: #02802E; }
a { background-color: rgb(2,128,46); }
div.DivClassName
{
background-color: #02802E;
}
.BgClassName
{
background-color: #02802E;
}
</style>
border-color css
<style>
span { border-color: #02802E; }
span { border-color: rgb(2,128,46); }
td.TdClassName
{
border-color: #02802E;
}
.TagClassName
{
border-color: #02802E;
}
</style>