Shades of Dark Spring Green #127449
Tints of Dark Spring Green #127449
RGB
CMYK
RGB Variations
Color information
#127449 (or 0x127449) is known color: Dark Spring Green. HEX triplet: 12, 74 and 49. RGB value is (18,116,73). Sum of RGB (Red+Green+Blue) = 18+116+73=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #127449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127449 is #ED8BB6. Grayscale: #515151. Windows color (decimal): -15567799 or 4813842. OLE color: 4813842.
HSL color Cylindrical-coordinate representation of color #127449: hue angle of 153.67º 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 #127449 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 73 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.55 |
| HSL | 153.67º | 0.73% | 0.26% | - |
| HSV(B) | 153.67º | 0.84% | 0.45% | - |
| XYZ | 7.7 | 13.1 | 8.43 | - |
| YUV | 81.8 | 123.03 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 73 | 0.84 | 0 | 0.37 | 0.55 | 153.67 | 0.73 | 0.26 |
| Hex | 12 | 74 | 49 | 54 | 0 | 25 | 37 | 9A | 49 | 1A |
| Octal | 22 | 164 | 111 | 124 | 0 | 45 | 67 | 232 | 111 | 32 |
| Binary | 10010 | 1110100 | 1001001 | 1010100 | 0 | 100101 | 110111 | 10011010 | 1001001 | 11010 |
Color Harmonies of #127449
Complementary color
Monochromatic Colors of #127449
Black with #127449
Text Example
Text Example
White with #127449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127449; }
p { color: rgb(18,116,73); }
H1.HeaderClassName
{
color: #127449;
}
.AnyTagClassName
{
color: #127449;
}
</style>
background-color css
<style>
a { background-color: #127449; }
a { background-color: rgb(18,116,73); }
div.DivClassName
{
background-color: #127449;
}
.BgClassName
{
background-color: #127449;
}
</style>
border-color css
<style>
span { border-color: #127449; }
span { border-color: rgb(18,116,73); }
td.TdClassName
{
border-color: #127449;
}
.TagClassName
{
border-color: #127449;
}
</style>