Shades of Dark Spring Green #12723D
Tints of Dark Spring Green #12723D
RGB
CMYK
RGB Variations
Color information
#12723D (or 0x12723D) is known color: Dark Spring Green. HEX triplet: 12, 72 and 3D. RGB value is (18,114,61). Sum of RGB (Red+Green+Blue) = 18+114+61=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #12723D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12723D is #ED8DC2. Grayscale: #4F4F4F. Windows color (decimal): -15568323 or 4026898. OLE color: 4026898.
HSL color Cylindrical-coordinate representation of color #12723D: hue angle of 146.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12723D is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 61 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.55 |
| HSL | 146.88º | 0.73% | 0.26% | - |
| HSV(B) | 146.88º | 0.84% | 0.45% | - |
| XYZ | 7.11 | 12.5 | 6.45 | - |
| YUV | 79.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 61 | 0.84 | 0 | 0.46 | 0.55 | 146.88 | 0.73 | 0.26 |
| Hex | 12 | 72 | 3D | 54 | 0 | 2E | 37 | 93 | 49 | 1A |
| Octal | 22 | 162 | 75 | 124 | 0 | 56 | 67 | 223 | 111 | 32 |
| Binary | 10010 | 1110010 | 111101 | 1010100 | 0 | 101110 | 110111 | 10010011 | 1001001 | 11010 |
Color Harmonies of #12723D
Complementary color
Monochromatic Colors of #12723D
Black with #12723D
Text Example
Text Example
White with #12723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12723D; }
p { color: rgb(18,114,61); }
H1.HeaderClassName
{
color: #12723D;
}
.AnyTagClassName
{
color: #12723D;
}
</style>
background-color css
<style>
a { background-color: #12723D; }
a { background-color: rgb(18,114,61); }
div.DivClassName
{
background-color: #12723D;
}
.BgClassName
{
background-color: #12723D;
}
</style>
border-color css
<style>
span { border-color: #12723D; }
span { border-color: rgb(18,114,61); }
td.TdClassName
{
border-color: #12723D;
}
.TagClassName
{
border-color: #12723D;
}
</style>