Shades of Dark Spring Green #127244
Tints of Dark Spring Green #127244
RGB
CMYK
RGB Variations
Color information
#127244 (or 0x127244) is known color: Dark Spring Green. HEX triplet: 12, 72 and 44. RGB value is (18,114,68). Sum of RGB (Red+Green+Blue) = 18+114+68=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #127244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127244 is #ED8DBB. Grayscale: #505050. Windows color (decimal): -15568316 or 4485650. OLE color: 4485650.
HSL color Cylindrical-coordinate representation of color #127244: hue angle of 151.25º 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 #127244 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 68 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.55 |
| HSL | 151.25º | 0.73% | 0.26% | - |
| HSV(B) | 151.25º | 0.84% | 0.45% | - |
| XYZ | 7.31 | 12.58 | 7.51 | - |
| YUV | 80.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 68 | 0.84 | 0 | 0.40 | 0.55 | 151.25 | 0.73 | 0.26 |
| Hex | 12 | 72 | 44 | 54 | 0 | 28 | 37 | 97 | 49 | 1A |
| Octal | 22 | 162 | 104 | 124 | 0 | 50 | 67 | 227 | 111 | 32 |
| Binary | 10010 | 1110010 | 1000100 | 1010100 | 0 | 101000 | 110111 | 10010111 | 1001001 | 11010 |
Color Harmonies of #127244
Complementary color
Monochromatic Colors of #127244
Black with #127244
Text Example
Text Example
White with #127244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127244; }
p { color: rgb(18,114,68); }
H1.HeaderClassName
{
color: #127244;
}
.AnyTagClassName
{
color: #127244;
}
</style>
background-color css
<style>
a { background-color: #127244; }
a { background-color: rgb(18,114,68); }
div.DivClassName
{
background-color: #127244;
}
.BgClassName
{
background-color: #127244;
}
</style>
border-color css
<style>
span { border-color: #127244; }
span { border-color: rgb(18,114,68); }
td.TdClassName
{
border-color: #127244;
}
.TagClassName
{
border-color: #127244;
}
</style>