Shades of Dark Spring Green #0C803F
Tints of Dark Spring Green #0C803F
RGB
CMYK
RGB Variations
Color information
#0C803F (or 0x0C803F) is known color: Dark Spring Green. HEX triplet: 0C, 80 and 3F. RGB value is (12,128,63). Sum of RGB (Red+Green+Blue) = 12+128+63=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #0C803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C803F is #F37FC0. Grayscale: #565656. Windows color (decimal): -15957953 or 4161548. OLE color: 4161548.
HSL color Cylindrical-coordinate representation of color #0C803F: hue angle of 146.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C803F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 63 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.50 |
| HSL | 146.38º | 0.83% | 0.27% | - |
| HSV(B) | 146.38º | 0.91% | 0.5% | - |
| XYZ | 8.77 | 15.88 | 7.3 | - |
| YUV | 85.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 63 | 0.91 | 0 | 0.51 | 0.50 | 146.38 | 0.83 | 0.27 |
| Hex | C | 80 | 3F | 5B | 0 | 33 | 32 | 92 | 53 | 1B |
| Octal | 14 | 200 | 77 | 133 | 0 | 63 | 62 | 222 | 123 | 33 |
| Binary | 1100 | 10000000 | 111111 | 1011011 | 0 | 110011 | 110010 | 10010010 | 1010011 | 11011 |
Color Harmonies of #0C803F
Complementary color
Monochromatic Colors of #0C803F
Black with #0C803F
Text Example
Text Example
White with #0C803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C803F; }
p { color: rgb(12,128,63); }
H1.HeaderClassName
{
color: #0C803F;
}
.AnyTagClassName
{
color: #0C803F;
}
</style>
background-color css
<style>
a { background-color: #0C803F; }
a { background-color: rgb(12,128,63); }
div.DivClassName
{
background-color: #0C803F;
}
.BgClassName
{
background-color: #0C803F;
}
</style>
border-color css
<style>
span { border-color: #0C803F; }
span { border-color: rgb(12,128,63); }
td.TdClassName
{
border-color: #0C803F;
}
.TagClassName
{
border-color: #0C803F;
}
</style>