Shades of Dark Spring Green #00802C
Tints of Dark Spring Green #00802C
RGB
CMYK
RGB Variations
Color information
#00802C (or 0x00802C) is known color: Dark Spring Green. HEX triplet: 00, 80 and 2C. RGB value is (0,128,44). Sum of RGB (Red+Green+Blue) = 0+128+44=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #00802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00802C is #FF7FD3. Grayscale: #505050. Windows color (decimal): -16744404 or 2916352. OLE color: 2916352.
HSL color Cylindrical-coordinate representation of color #00802C: hue angle of 140.62º 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 #00802C is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 44 | - |
| CMYK | 1 | 0 | 0.66 | 0.50 |
| HSL | 140.63º | 1% | 0.25% | - |
| HSV(B) | 140.63º | 1% | 0.5% | - |
| XYZ | 8.17 | 15.62 | 4.97 | - |
| YUV | 80.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 44 | 1 | 0 | 0.66 | 0.50 | 140.63 | 1 | 0.25 |
| Hex | 0 | 80 | 2C | 64 | 0 | 42 | 32 | 8D | 64 | 19 |
| Octal | 0 | 200 | 54 | 144 | 0 | 102 | 62 | 215 | 144 | 31 |
| Binary | 0 | 10000000 | 101100 | 1100100 | 0 | 1000010 | 110010 | 10001101 | 1100100 | 11001 |
Color Harmonies of #00802C
Complementary color
Monochromatic Colors of #00802C
Black with #00802C
Text Example
Text Example
White with #00802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00802C; }
p { color: rgb(0,128,44); }
H1.HeaderClassName
{
color: #00802C;
}
.AnyTagClassName
{
color: #00802C;
}
</style>
background-color css
<style>
a { background-color: #00802C; }
a { background-color: rgb(0,128,44); }
div.DivClassName
{
background-color: #00802C;
}
.BgClassName
{
background-color: #00802C;
}
</style>
border-color css
<style>
span { border-color: #00802C; }
span { border-color: rgb(0,128,44); }
td.TdClassName
{
border-color: #00802C;
}
.TagClassName
{
border-color: #00802C;
}
</style>