Shades of Dark Spring Green #02802B
Tints of Dark Spring Green #02802B
RGB
CMYK
RGB Variations
Color information
#02802B (or 0x02802B) is known color: Dark Spring Green. HEX triplet: 02, 80 and 2B. RGB value is (2,128,43). Sum of RGB (Red+Green+Blue) = 2+128+43=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #02802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02802B is #FD7FD4. Grayscale: #505050. Windows color (decimal): -16613333 or 2850818. OLE color: 2850818.
HSL color Cylindrical-coordinate representation of color #02802B: hue angle of 139.52º 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 #02802B is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 43 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.50 |
| HSL | 139.52º | 0.97% | 0.25% | - |
| HSV(B) | 139.52º | 0.98% | 0.5% | - |
| XYZ | 8.18 | 15.63 | 4.87 | - |
| YUV | 80.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 43 | 0.98 | 0 | 0.66 | 0.50 | 139.52 | 0.97 | 0.25 |
| Hex | 2 | 80 | 2B | 62 | 0 | 42 | 32 | 8C | 61 | 19 |
| Octal | 2 | 200 | 53 | 142 | 0 | 102 | 62 | 214 | 141 | 31 |
| Binary | 10 | 10000000 | 101011 | 1100010 | 0 | 1000010 | 110010 | 10001100 | 1100001 | 11001 |
Color Harmonies of #02802B
Complementary color
Monochromatic Colors of #02802B
Black with #02802B
Text Example
Text Example
White with #02802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02802B; }
p { color: rgb(2,128,43); }
H1.HeaderClassName
{
color: #02802B;
}
.AnyTagClassName
{
color: #02802B;
}
</style>
background-color css
<style>
a { background-color: #02802B; }
a { background-color: rgb(2,128,43); }
div.DivClassName
{
background-color: #02802B;
}
.BgClassName
{
background-color: #02802B;
}
</style>
border-color css
<style>
span { border-color: #02802B; }
span { border-color: rgb(2,128,43); }
td.TdClassName
{
border-color: #02802B;
}
.TagClassName
{
border-color: #02802B;
}
</style>