Shades of Dark Spring Green #127043
Tints of Dark Spring Green #127043
RGB
CMYK
RGB Variations
Color information
#127043 (or 0x127043) is known color: Dark Spring Green. HEX triplet: 12, 70 and 43. RGB value is (18,112,67). Sum of RGB (Red+Green+Blue) = 18+112+67=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #127043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127043 is #ED8FBC. Grayscale: #4E4E4E. Windows color (decimal): -15568829 or 4419602. OLE color: 4419602.
HSL color Cylindrical-coordinate representation of color #127043: hue angle of 151.28º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127043 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 67 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.56 |
| HSL | 151.28º | 0.72% | 0.25% | - |
| HSV(B) | 151.28º | 0.84% | 0.44% | - |
| XYZ | 7.06 | 12.12 | 7.28 | - |
| YUV | 78.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 67 | 0.84 | 0 | 0.40 | 0.56 | 151.28 | 0.72 | 0.25 |
| Hex | 12 | 70 | 43 | 54 | 0 | 28 | 38 | 97 | 48 | 19 |
| Octal | 22 | 160 | 103 | 124 | 0 | 50 | 70 | 227 | 110 | 31 |
| Binary | 10010 | 1110000 | 1000011 | 1010100 | 0 | 101000 | 111000 | 10010111 | 1001000 | 11001 |
Color Harmonies of #127043
Complementary color
Monochromatic Colors of #127043
Black with #127043
Text Example
Text Example
White with #127043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127043; }
p { color: rgb(18,112,67); }
H1.HeaderClassName
{
color: #127043;
}
.AnyTagClassName
{
color: #127043;
}
</style>
background-color css
<style>
a { background-color: #127043; }
a { background-color: rgb(18,112,67); }
div.DivClassName
{
background-color: #127043;
}
.BgClassName
{
background-color: #127043;
}
</style>
border-color css
<style>
span { border-color: #127043; }
span { border-color: rgb(18,112,67); }
td.TdClassName
{
border-color: #127043;
}
.TagClassName
{
border-color: #127043;
}
</style>