Shades of Dark Spring Green #0C813F
Tints of Dark Spring Green #0C813F
RGB
CMYK
RGB Variations
Color information
#0C813F (or 0x0C813F) is known color: Dark Spring Green. HEX triplet: 0C, 81 and 3F. RGB value is (12,129,63). Sum of RGB (Red+Green+Blue) = 12+129+63=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #0C813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C813F is #F37EC0. Grayscale: #565656. Windows color (decimal): -15957697 or 4161804. OLE color: 4161804.
HSL color Cylindrical-coordinate representation of color #0C813F: hue angle of 146.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C813F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 129 | 63 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.49 |
| HSL | 146.15º | 0.83% | 0.28% | - |
| HSV(B) | 146.15º | 0.91% | 0.51% | - |
| XYZ | 8.9 | 16.14 | 7.35 | - |
| YUV | 86.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 63 | 0.91 | 0 | 0.51 | 0.49 | 146.15 | 0.83 | 0.28 |
| Hex | C | 81 | 3F | 5B | 0 | 33 | 31 | 92 | 53 | 1C |
| Octal | 14 | 201 | 77 | 133 | 0 | 63 | 61 | 222 | 123 | 34 |
| Binary | 1100 | 10000001 | 111111 | 1011011 | 0 | 110011 | 110001 | 10010010 | 1010011 | 11100 |
Color Harmonies of #0C813F
Complementary color
Monochromatic Colors of #0C813F
Black with #0C813F
Text Example
Text Example
White with #0C813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C813F; }
p { color: rgb(12,129,63); }
H1.HeaderClassName
{
color: #0C813F;
}
.AnyTagClassName
{
color: #0C813F;
}
</style>
background-color css
<style>
a { background-color: #0C813F; }
a { background-color: rgb(12,129,63); }
div.DivClassName
{
background-color: #0C813F;
}
.BgClassName
{
background-color: #0C813F;
}
</style>
border-color css
<style>
span { border-color: #0C813F; }
span { border-color: rgb(12,129,63); }
td.TdClassName
{
border-color: #0C813F;
}
.TagClassName
{
border-color: #0C813F;
}
</style>