Shades of Dark Spring Green #08803D
Tints of Dark Spring Green #08803D
RGB
CMYK
RGB Variations
Color information
#08803D (or 0x08803D) is known color: Dark Spring Green. HEX triplet: 08, 80 and 3D. RGB value is (8,128,61). Sum of RGB (Red+Green+Blue) = 8+128+61=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #08803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08803D is #F77FC2. Grayscale: #545454. Windows color (decimal): -16220099 or 4030472. OLE color: 4030472.
HSL color Cylindrical-coordinate representation of color #08803D: hue angle of 146.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08803D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 61 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.50 |
| HSL | 146.5º | 0.88% | 0.27% | - |
| HSV(B) | 146.5º | 0.94% | 0.5% | - |
| XYZ | 8.66 | 15.83 | 7.01 | - |
| YUV | 84.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 61 | 0.94 | 0 | 0.52 | 0.50 | 146.5 | 0.88 | 0.27 |
| Hex | 8 | 80 | 3D | 5E | 0 | 34 | 32 | 92 | 58 | 1B |
| Octal | 10 | 200 | 75 | 136 | 0 | 64 | 62 | 222 | 130 | 33 |
| Binary | 1000 | 10000000 | 111101 | 1011110 | 0 | 110100 | 110010 | 10010010 | 1011000 | 11011 |
Color Harmonies of #08803D
Complementary color
Monochromatic Colors of #08803D
Black with #08803D
Text Example
Text Example
White with #08803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08803D; }
p { color: rgb(8,128,61); }
H1.HeaderClassName
{
color: #08803D;
}
.AnyTagClassName
{
color: #08803D;
}
</style>
background-color css
<style>
a { background-color: #08803D; }
a { background-color: rgb(8,128,61); }
div.DivClassName
{
background-color: #08803D;
}
.BgClassName
{
background-color: #08803D;
}
</style>
border-color css
<style>
span { border-color: #08803D; }
span { border-color: rgb(8,128,61); }
td.TdClassName
{
border-color: #08803D;
}
.TagClassName
{
border-color: #08803D;
}
</style>