Shades of Dark Spring Green #00803C
Tints of Dark Spring Green #00803C
RGB
CMYK
RGB Variations
Color information
#00803C (or 0x00803C) is known color: Dark Spring Green. HEX triplet: 00, 80 and 3C. RGB value is (0,128,60). Sum of RGB (Red+Green+Blue) = 0+128+60=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #00803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00803C is #FF7FC3. Grayscale: #525252. Windows color (decimal): -16744388 or 3964928. OLE color: 3964928.
HSL color Cylindrical-coordinate representation of color #00803C: hue angle of 148.12º 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 #00803C is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 60 | - |
| CMYK | 1 | 0 | 0.53 | 0.50 |
| HSL | 148.13º | 1% | 0.25% | - |
| HSV(B) | 148.13º | 1% | 0.5% | - |
| XYZ | 8.53 | 15.76 | 6.87 | - |
| YUV | 81.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 60 | 1 | 0 | 0.53 | 0.50 | 148.13 | 1 | 0.25 |
| Hex | 0 | 80 | 3C | 64 | 0 | 35 | 32 | 94 | 64 | 19 |
| Octal | 0 | 200 | 74 | 144 | 0 | 65 | 62 | 224 | 144 | 31 |
| Binary | 0 | 10000000 | 111100 | 1100100 | 0 | 110101 | 110010 | 10010100 | 1100100 | 11001 |
Color Harmonies of #00803C
Complementary color
Monochromatic Colors of #00803C
Black with #00803C
Text Example
Text Example
White with #00803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00803C; }
p { color: rgb(0,128,60); }
H1.HeaderClassName
{
color: #00803C;
}
.AnyTagClassName
{
color: #00803C;
}
</style>
background-color css
<style>
a { background-color: #00803C; }
a { background-color: rgb(0,128,60); }
div.DivClassName
{
background-color: #00803C;
}
.BgClassName
{
background-color: #00803C;
}
</style>
border-color css
<style>
span { border-color: #00803C; }
span { border-color: rgb(0,128,60); }
td.TdClassName
{
border-color: #00803C;
}
.TagClassName
{
border-color: #00803C;
}
</style>