Shades of Dark Spring Green #12723C
Tints of Dark Spring Green #12723C
RGB
CMYK
RGB Variations
Color information
#12723C (or 0x12723C) is known color: Dark Spring Green. HEX triplet: 12, 72 and 3C. RGB value is (18,114,60). Sum of RGB (Red+Green+Blue) = 18+114+60=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #12723C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12723C is #ED8DC3. Grayscale: #4F4F4F. Windows color (decimal): -15568324 or 3961362. OLE color: 3961362.
HSL color Cylindrical-coordinate representation of color #12723C: hue angle of 146.25º 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 #12723C is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 60 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.55 |
| HSL | 146.25º | 0.73% | 0.26% | - |
| HSV(B) | 146.25º | 0.84% | 0.45% | - |
| XYZ | 7.08 | 12.49 | 6.31 | - |
| YUV | 79.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 60 | 0.84 | 0 | 0.47 | 0.55 | 146.25 | 0.73 | 0.26 |
| Hex | 12 | 72 | 3C | 54 | 0 | 2F | 37 | 92 | 49 | 1A |
| Octal | 22 | 162 | 74 | 124 | 0 | 57 | 67 | 222 | 111 | 32 |
| Binary | 10010 | 1110010 | 111100 | 1010100 | 0 | 101111 | 110111 | 10010010 | 1001001 | 11010 |
Color Harmonies of #12723C
Complementary color
Monochromatic Colors of #12723C
Black with #12723C
Text Example
Text Example
White with #12723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12723C; }
p { color: rgb(18,114,60); }
H1.HeaderClassName
{
color: #12723C;
}
.AnyTagClassName
{
color: #12723C;
}
</style>
background-color css
<style>
a { background-color: #12723C; }
a { background-color: rgb(18,114,60); }
div.DivClassName
{
background-color: #12723C;
}
.BgClassName
{
background-color: #12723C;
}
</style>
border-color css
<style>
span { border-color: #12723C; }
span { border-color: rgb(18,114,60); }
td.TdClassName
{
border-color: #12723C;
}
.TagClassName
{
border-color: #12723C;
}
</style>