Shades of Dark Spring Green #127B40
Tints of Dark Spring Green #127B40
RGB
CMYK
RGB Variations
Color information
#127B40 (or 0x127B40) is known color: Dark Spring Green. HEX triplet: 12, 7B and 40. RGB value is (18,123,64). Sum of RGB (Red+Green+Blue) = 18+123+64=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #127B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B40 is #ED84BF. Grayscale: #555555. Windows color (decimal): -15566016 or 4225810. OLE color: 4225810.
HSL color Cylindrical-coordinate representation of color #127B40: hue angle of 146.29º 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 #127B40 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 64 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.52 |
| HSL | 146.29º | 0.74% | 0.28% | - |
| HSV(B) | 146.29º | 0.85% | 0.48% | - |
| XYZ | 8.26 | 14.66 | 7.25 | - |
| YUV | 84.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 64 | 0.85 | 0 | 0.48 | 0.52 | 146.29 | 0.74 | 0.28 |
| Hex | 12 | 7B | 40 | 55 | 0 | 30 | 34 | 92 | 4A | 1C |
| Octal | 22 | 173 | 100 | 125 | 0 | 60 | 64 | 222 | 112 | 34 |
| Binary | 10010 | 1111011 | 1000000 | 1010101 | 0 | 110000 | 110100 | 10010010 | 1001010 | 11100 |
Color Harmonies of #127B40
Complementary color
Monochromatic Colors of #127B40
Black with #127B40
Text Example
Text Example
White with #127B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B40; }
p { color: rgb(18,123,64); }
H1.HeaderClassName
{
color: #127B40;
}
.AnyTagClassName
{
color: #127B40;
}
</style>
background-color css
<style>
a { background-color: #127B40; }
a { background-color: rgb(18,123,64); }
div.DivClassName
{
background-color: #127B40;
}
.BgClassName
{
background-color: #127B40;
}
</style>
border-color css
<style>
span { border-color: #127B40; }
span { border-color: rgb(18,123,64); }
td.TdClassName
{
border-color: #127B40;
}
.TagClassName
{
border-color: #127B40;
}
</style>