Shades of Dark Spring Green #127B45
Tints of Dark Spring Green #127B45
RGB
CMYK
RGB Variations
Color information
#127B45 (or 0x127B45) is known color: Dark Spring Green. HEX triplet: 12, 7B and 45. RGB value is (18,123,69). Sum of RGB (Red+Green+Blue) = 18+123+69=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #127B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B45 is #ED84BA. Grayscale: #555555. Windows color (decimal): -15566011 or 4553490. OLE color: 4553490.
HSL color Cylindrical-coordinate representation of color #127B45: hue angle of 149.14º 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 #127B45 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 69 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.52 |
| HSL | 149.14º | 0.74% | 0.28% | - |
| HSV(B) | 149.14º | 0.85% | 0.48% | - |
| XYZ | 8.41 | 14.72 | 8.03 | - |
| YUV | 85.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 69 | 0.85 | 0 | 0.44 | 0.52 | 149.14 | 0.74 | 0.28 |
| Hex | 12 | 7B | 45 | 55 | 0 | 2C | 34 | 95 | 4A | 1C |
| Octal | 22 | 173 | 105 | 125 | 0 | 54 | 64 | 225 | 112 | 34 |
| Binary | 10010 | 1111011 | 1000101 | 1010101 | 0 | 101100 | 110100 | 10010101 | 1001010 | 11100 |
Color Harmonies of #127B45
Complementary color
Monochromatic Colors of #127B45
Black with #127B45
Text Example
Text Example
White with #127B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B45; }
p { color: rgb(18,123,69); }
H1.HeaderClassName
{
color: #127B45;
}
.AnyTagClassName
{
color: #127B45;
}
</style>
background-color css
<style>
a { background-color: #127B45; }
a { background-color: rgb(18,123,69); }
div.DivClassName
{
background-color: #127B45;
}
.BgClassName
{
background-color: #127B45;
}
</style>
border-color css
<style>
span { border-color: #127B45; }
span { border-color: rgb(18,123,69); }
td.TdClassName
{
border-color: #127B45;
}
.TagClassName
{
border-color: #127B45;
}
</style>