Shades of Dark Spring Green #127B42
Tints of Dark Spring Green #127B42
RGB
CMYK
RGB Variations
Color information
#127B42 (or 0x127B42) is known color: Dark Spring Green. HEX triplet: 12, 7B and 42. RGB value is (18,123,66). Sum of RGB (Red+Green+Blue) = 18+123+66=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #127B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B42 is #ED84BD. Grayscale: #555555. Windows color (decimal): -15566014 or 4356882. OLE color: 4356882.
HSL color Cylindrical-coordinate representation of color #127B42: hue angle of 147.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B42 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 66 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.52 |
| HSL | 147.43º | 0.74% | 0.28% | - |
| HSV(B) | 147.43º | 0.85% | 0.48% | - |
| XYZ | 8.32 | 14.69 | 7.55 | - |
| YUV | 85.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 66 | 0.85 | 0 | 0.46 | 0.52 | 147.43 | 0.74 | 0.28 |
| Hex | 12 | 7B | 42 | 55 | 0 | 2E | 34 | 93 | 4A | 1C |
| Octal | 22 | 173 | 102 | 125 | 0 | 56 | 64 | 223 | 112 | 34 |
| Binary | 10010 | 1111011 | 1000010 | 1010101 | 0 | 101110 | 110100 | 10010011 | 1001010 | 11100 |
Color Harmonies of #127B42
Complementary color
Monochromatic Colors of #127B42
Black with #127B42
Text Example
Text Example
White with #127B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B42; }
p { color: rgb(18,123,66); }
H1.HeaderClassName
{
color: #127B42;
}
.AnyTagClassName
{
color: #127B42;
}
</style>
background-color css
<style>
a { background-color: #127B42; }
a { background-color: rgb(18,123,66); }
div.DivClassName
{
background-color: #127B42;
}
.BgClassName
{
background-color: #127B42;
}
</style>
border-color css
<style>
span { border-color: #127B42; }
span { border-color: rgb(18,123,66); }
td.TdClassName
{
border-color: #127B42;
}
.TagClassName
{
border-color: #127B42;
}
</style>