Shades of Dark Spring Green #12753D
Tints of Dark Spring Green #12753D
RGB
CMYK
RGB Variations
Color information
#12753D (or 0x12753D) is known color: Dark Spring Green. HEX triplet: 12, 75 and 3D. RGB value is (18,117,61). Sum of RGB (Red+Green+Blue) = 18+117+61=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #12753D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12753D is #ED8AC2. Grayscale: #515151. Windows color (decimal): -15567555 or 4027666. OLE color: 4027666.
HSL color Cylindrical-coordinate representation of color #12753D: hue angle of 146.06º 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 #12753D is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 61 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.54 |
| HSL | 146.06º | 0.73% | 0.26% | - |
| HSV(B) | 146.06º | 0.85% | 0.46% | - |
| XYZ | 7.45 | 13.19 | 6.57 | - |
| YUV | 81.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 61 | 0.85 | 0 | 0.48 | 0.54 | 146.06 | 0.73 | 0.26 |
| Hex | 12 | 75 | 3D | 55 | 0 | 30 | 36 | 92 | 49 | 1A |
| Octal | 22 | 165 | 75 | 125 | 0 | 60 | 66 | 222 | 111 | 32 |
| Binary | 10010 | 1110101 | 111101 | 1010101 | 0 | 110000 | 110110 | 10010010 | 1001001 | 11010 |
Color Harmonies of #12753D
Complementary color
Monochromatic Colors of #12753D
Black with #12753D
Text Example
Text Example
White with #12753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12753D; }
p { color: rgb(18,117,61); }
H1.HeaderClassName
{
color: #12753D;
}
.AnyTagClassName
{
color: #12753D;
}
</style>
background-color css
<style>
a { background-color: #12753D; }
a { background-color: rgb(18,117,61); }
div.DivClassName
{
background-color: #12753D;
}
.BgClassName
{
background-color: #12753D;
}
</style>
border-color css
<style>
span { border-color: #12753D; }
span { border-color: rgb(18,117,61); }
td.TdClassName
{
border-color: #12753D;
}
.TagClassName
{
border-color: #12753D;
}
</style>