Shades of Dark Spring Green #08803C
Tints of Dark Spring Green #08803C
RGB
CMYK
RGB Variations
Color information
#08803C (or 0x08803C) is known color: Dark Spring Green. HEX triplet: 08, 80 and 3C. RGB value is (8,128,60). Sum of RGB (Red+Green+Blue) = 8+128+60=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #08803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08803C is #F77FC3. Grayscale: #545454. Windows color (decimal): -16220100 or 3964936. OLE color: 3964936.
HSL color Cylindrical-coordinate representation of color #08803C: hue angle of 146º 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 #08803C is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 60 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.50 |
| HSL | 146º | 0.88% | 0.27% | - |
| HSV(B) | 146º | 0.94% | 0.5% | - |
| XYZ | 8.63 | 15.82 | 6.87 | - |
| YUV | 84.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 60 | 0.94 | 0 | 0.53 | 0.50 | 146 | 0.88 | 0.27 |
| Hex | 8 | 80 | 3C | 5E | 0 | 35 | 32 | 92 | 58 | 1B |
| Octal | 10 | 200 | 74 | 136 | 0 | 65 | 62 | 222 | 130 | 33 |
| Binary | 1000 | 10000000 | 111100 | 1011110 | 0 | 110101 | 110010 | 10010010 | 1011000 | 11011 |
Color Harmonies of #08803C
Complementary color
Monochromatic Colors of #08803C
Black with #08803C
Text Example
Text Example
White with #08803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08803C; }
p { color: rgb(8,128,60); }
H1.HeaderClassName
{
color: #08803C;
}
.AnyTagClassName
{
color: #08803C;
}
</style>
background-color css
<style>
a { background-color: #08803C; }
a { background-color: rgb(8,128,60); }
div.DivClassName
{
background-color: #08803C;
}
.BgClassName
{
background-color: #08803C;
}
</style>
border-color css
<style>
span { border-color: #08803C; }
span { border-color: rgb(8,128,60); }
td.TdClassName
{
border-color: #08803C;
}
.TagClassName
{
border-color: #08803C;
}
</style>