Shades of Dark Spring Green #127B44
Tints of Dark Spring Green #127B44
RGB
CMYK
RGB Variations
Color information
#127B44 (or 0x127B44) is known color: Dark Spring Green. HEX triplet: 12, 7B and 44. RGB value is (18,123,68). Sum of RGB (Red+Green+Blue) = 18+123+68=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #127B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B44 is #ED84BB. Grayscale: #555555. Windows color (decimal): -15566012 or 4487954. OLE color: 4487954.
HSL color Cylindrical-coordinate representation of color #127B44: hue angle of 148.57º 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 #127B44 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 68 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.52 |
| HSL | 148.57º | 0.74% | 0.28% | - |
| HSV(B) | 148.57º | 0.85% | 0.48% | - |
| XYZ | 8.38 | 14.71 | 7.87 | - |
| YUV | 85.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 68 | 0.85 | 0 | 0.45 | 0.52 | 148.57 | 0.74 | 0.28 |
| Hex | 12 | 7B | 44 | 55 | 0 | 2D | 34 | 95 | 4A | 1C |
| Octal | 22 | 173 | 104 | 125 | 0 | 55 | 64 | 225 | 112 | 34 |
| Binary | 10010 | 1111011 | 1000100 | 1010101 | 0 | 101101 | 110100 | 10010101 | 1001010 | 11100 |
Color Harmonies of #127B44
Complementary color
Monochromatic Colors of #127B44
Black with #127B44
Text Example
Text Example
White with #127B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B44; }
p { color: rgb(18,123,68); }
H1.HeaderClassName
{
color: #127B44;
}
.AnyTagClassName
{
color: #127B44;
}
</style>
background-color css
<style>
a { background-color: #127B44; }
a { background-color: rgb(18,123,68); }
div.DivClassName
{
background-color: #127B44;
}
.BgClassName
{
background-color: #127B44;
}
</style>
border-color css
<style>
span { border-color: #127B44; }
span { border-color: rgb(18,123,68); }
td.TdClassName
{
border-color: #127B44;
}
.TagClassName
{
border-color: #127B44;
}
</style>