Shades of Dark Spring Green #12753C
Tints of Dark Spring Green #12753C
RGB
CMYK
RGB Variations
Color information
#12753C (or 0x12753C) is known color: Dark Spring Green. HEX triplet: 12, 75 and 3C. RGB value is (18,117,60). Sum of RGB (Red+Green+Blue) = 18+117+60=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #12753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12753C is #ED8AC3. Grayscale: #515151. Windows color (decimal): -15567556 or 3962130. OLE color: 3962130.
HSL color Cylindrical-coordinate representation of color #12753C: hue angle of 145.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12753C is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 60 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.54 |
| HSL | 145.45º | 0.73% | 0.26% | - |
| HSV(B) | 145.45º | 0.85% | 0.46% | - |
| XYZ | 7.43 | 13.18 | 6.43 | - |
| YUV | 80.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 60 | 0.85 | 0 | 0.49 | 0.54 | 145.45 | 0.73 | 0.26 |
| Hex | 12 | 75 | 3C | 55 | 0 | 31 | 36 | 91 | 49 | 1A |
| Octal | 22 | 165 | 74 | 125 | 0 | 61 | 66 | 221 | 111 | 32 |
| Binary | 10010 | 1110101 | 111100 | 1010101 | 0 | 110001 | 110110 | 10010001 | 1001001 | 11010 |
Color Harmonies of #12753C
Complementary color
Monochromatic Colors of #12753C
Black with #12753C
Text Example
Text Example
White with #12753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12753C; }
p { color: rgb(18,117,60); }
H1.HeaderClassName
{
color: #12753C;
}
.AnyTagClassName
{
color: #12753C;
}
</style>
background-color css
<style>
a { background-color: #12753C; }
a { background-color: rgb(18,117,60); }
div.DivClassName
{
background-color: #12753C;
}
.BgClassName
{
background-color: #12753C;
}
</style>
border-color css
<style>
span { border-color: #12753C; }
span { border-color: rgb(18,117,60); }
td.TdClassName
{
border-color: #12753C;
}
.TagClassName
{
border-color: #12753C;
}
</style>