Shades of Dark Spring Green #0C733F
Tints of Dark Spring Green #0C733F
RGB
CMYK
RGB Variations
Color information
#0C733F (or 0x0C733F) is known color: Dark Spring Green. HEX triplet: 0C, 73 and 3F. RGB value is (12,115,63). Sum of RGB (Red+Green+Blue) = 12+115+63=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #0C733F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C733F is #F38CC0. Grayscale: #4E4E4E. Windows color (decimal): -15961281 or 4158220. OLE color: 4158220.
HSL color Cylindrical-coordinate representation of color #0C733F: hue angle of 149.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C733F is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 115 | 63 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.55 |
| HSL | 149.71º | 0.81% | 0.25% | - |
| HSV(B) | 149.71º | 0.9% | 0.45% | - |
| XYZ | 7.18 | 12.7 | 6.78 | - |
| YUV | 78.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 115 | 63 | 0.90 | 0 | 0.45 | 0.55 | 149.71 | 0.81 | 0.25 |
| Hex | C | 73 | 3F | 5A | 0 | 2D | 37 | 96 | 51 | 19 |
| Octal | 14 | 163 | 77 | 132 | 0 | 55 | 67 | 226 | 121 | 31 |
| Binary | 1100 | 1110011 | 111111 | 1011010 | 0 | 101101 | 110111 | 10010110 | 1010001 | 11001 |
Color Harmonies of #0C733F
Complementary color
Monochromatic Colors of #0C733F
Black with #0C733F
Text Example
Text Example
White with #0C733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C733F; }
p { color: rgb(12,115,63); }
H1.HeaderClassName
{
color: #0C733F;
}
.AnyTagClassName
{
color: #0C733F;
}
</style>
background-color css
<style>
a { background-color: #0C733F; }
a { background-color: rgb(12,115,63); }
div.DivClassName
{
background-color: #0C733F;
}
.BgClassName
{
background-color: #0C733F;
}
</style>
border-color css
<style>
span { border-color: #0C733F; }
span { border-color: rgb(12,115,63); }
td.TdClassName
{
border-color: #0C733F;
}
.TagClassName
{
border-color: #0C733F;
}
</style>