Shades of Dark Spring Green #127442
Tints of Dark Spring Green #127442
RGB
CMYK
RGB Variations
Color information
#127442 (or 0x127442) is known color: Dark Spring Green. HEX triplet: 12, 74 and 42. RGB value is (18,116,66). Sum of RGB (Red+Green+Blue) = 18+116+66=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #127442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127442 is #ED8BBD. Grayscale: #515151. Windows color (decimal): -15567806 or 4355090. OLE color: 4355090.
HSL color Cylindrical-coordinate representation of color #127442: hue angle of 149.39º 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 #127442 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 66 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.55 |
| HSL | 149.39º | 0.73% | 0.26% | - |
| HSV(B) | 149.39º | 0.84% | 0.45% | - |
| XYZ | 7.48 | 13.01 | 7.27 | - |
| YUV | 81 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 66 | 0.84 | 0 | 0.43 | 0.55 | 149.39 | 0.73 | 0.26 |
| Hex | 12 | 74 | 42 | 54 | 0 | 2B | 37 | 95 | 49 | 1A |
| Octal | 22 | 164 | 102 | 124 | 0 | 53 | 67 | 225 | 111 | 32 |
| Binary | 10010 | 1110100 | 1000010 | 1010100 | 0 | 101011 | 110111 | 10010101 | 1001001 | 11010 |
Color Harmonies of #127442
Complementary color
Monochromatic Colors of #127442
Black with #127442
Text Example
Text Example
White with #127442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127442; }
p { color: rgb(18,116,66); }
H1.HeaderClassName
{
color: #127442;
}
.AnyTagClassName
{
color: #127442;
}
</style>
background-color css
<style>
a { background-color: #127442; }
a { background-color: rgb(18,116,66); }
div.DivClassName
{
background-color: #127442;
}
.BgClassName
{
background-color: #127442;
}
</style>
border-color css
<style>
span { border-color: #127442; }
span { border-color: rgb(18,116,66); }
td.TdClassName
{
border-color: #127442;
}
.TagClassName
{
border-color: #127442;
}
</style>