Shades of Dark Spring Green #00802A
Tints of Dark Spring Green #00802A
RGB
CMYK
RGB Variations
Color information
#00802A (or 0x00802A) is known color: Dark Spring Green. HEX triplet: 00, 80 and 2A. RGB value is (0,128,42). Sum of RGB (Red+Green+Blue) = 0+128+42=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 128 (50.39% from 255 or 75.29% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 128 - color contains mainly: green. Hex color #00802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00802A is #FF7FD5. Grayscale: #505050. Windows color (decimal): -16744406 or 2785280. OLE color: 2785280.
HSL color Cylindrical-coordinate representation of color #00802A: hue angle of 139.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00802A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 42 | - |
| CMYK | 1 | 0 | 0.67 | 0.50 |
| HSL | 139.69º | 1% | 0.25% | - |
| HSV(B) | 139.69º | 1% | 0.5% | - |
| XYZ | 8.14 | 15.61 | 4.77 | - |
| YUV | 79.92 | 106.59 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 42 | 1 | 0 | 0.67 | 0.50 | 139.69 | 1 | 0.25 |
| Hex | 0 | 80 | 2A | 64 | 0 | 43 | 32 | 8C | 64 | 19 |
| Octal | 0 | 200 | 52 | 144 | 0 | 103 | 62 | 214 | 144 | 31 |
| Binary | 0 | 10000000 | 101010 | 1100100 | 0 | 1000011 | 110010 | 10001100 | 1100100 | 11001 |
Color Harmonies of #00802A
Complementary color
Monochromatic Colors of #00802A
Black with #00802A
Text Example
Text Example
White with #00802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00802A; }
p { color: rgb(0,128,42); }
H1.HeaderClassName
{
color: #00802A;
}
.AnyTagClassName
{
color: #00802A;
}
</style>
background-color css
<style>
a { background-color: #00802A; }
a { background-color: rgb(0,128,42); }
div.DivClassName
{
background-color: #00802A;
}
.BgClassName
{
background-color: #00802A;
}
</style>
border-color css
<style>
span { border-color: #00802A; }
span { border-color: rgb(0,128,42); }
td.TdClassName
{
border-color: #00802A;
}
.TagClassName
{
border-color: #00802A;
}
</style>