Shades of Dark Spring Green #12724A
Tints of Dark Spring Green #12724A
RGB
CMYK
RGB Variations
Color information
#12724A (or 0x12724A) is known color: Dark Spring Green. HEX triplet: 12, 72 and 4A. RGB value is (18,114,74). Sum of RGB (Red+Green+Blue) = 18+114+74=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #12724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12724A is #ED8DB5. Grayscale: #505050. Windows color (decimal): -15568310 or 4878866. OLE color: 4878866.
HSL color Cylindrical-coordinate representation of color #12724A: hue angle of 155º 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 #12724A is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 74 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.55 |
| HSL | 155º | 0.73% | 0.26% | - |
| HSV(B) | 155º | 0.84% | 0.45% | - |
| XYZ | 7.5 | 12.66 | 8.53 | - |
| YUV | 80.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 74 | 0.84 | 0 | 0.35 | 0.55 | 155 | 0.73 | 0.26 |
| Hex | 12 | 72 | 4A | 54 | 0 | 23 | 37 | 9B | 49 | 1A |
| Octal | 22 | 162 | 112 | 124 | 0 | 43 | 67 | 233 | 111 | 32 |
| Binary | 10010 | 1110010 | 1001010 | 1010100 | 0 | 100011 | 110111 | 10011011 | 1001001 | 11010 |
Color Harmonies of #12724A
Complementary color
Monochromatic Colors of #12724A
Black with #12724A
Text Example
Text Example
White with #12724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12724A; }
p { color: rgb(18,114,74); }
H1.HeaderClassName
{
color: #12724A;
}
.AnyTagClassName
{
color: #12724A;
}
</style>
background-color css
<style>
a { background-color: #12724A; }
a { background-color: rgb(18,114,74); }
div.DivClassName
{
background-color: #12724A;
}
.BgClassName
{
background-color: #12724A;
}
</style>
border-color css
<style>
span { border-color: #12724A; }
span { border-color: rgb(18,114,74); }
td.TdClassName
{
border-color: #12724A;
}
.TagClassName
{
border-color: #12724A;
}
</style>