Shades of Dark Spring Green #127D3C
Tints of Dark Spring Green #127D3C
RGB
CMYK
RGB Variations
Color information
#127D3C (or 0x127D3C) is known color: Dark Spring Green. HEX triplet: 12, 7D and 3C. RGB value is (18,125,60). Sum of RGB (Red+Green+Blue) = 18+125+60=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #127D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D3C is #ED82C3. Grayscale: #555555. Windows color (decimal): -15565508 or 3964178. OLE color: 3964178.
HSL color Cylindrical-coordinate representation of color #127D3C: hue angle of 143.55º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D3C is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 60 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.51 |
| HSL | 143.55º | 0.75% | 0.28% | - |
| HSV(B) | 143.55º | 0.86% | 0.49% | - |
| XYZ | 8.4 | 15.12 | 6.75 | - |
| YUV | 85.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 60 | 0.86 | 0 | 0.52 | 0.51 | 143.55 | 0.75 | 0.28 |
| Hex | 12 | 7D | 3C | 56 | 0 | 34 | 33 | 90 | 4B | 1C |
| Octal | 22 | 175 | 74 | 126 | 0 | 64 | 63 | 220 | 113 | 34 |
| Binary | 10010 | 1111101 | 111100 | 1010110 | 0 | 110100 | 110011 | 10010000 | 1001011 | 11100 |
Color Harmonies of #127D3C
Complementary color
Monochromatic Colors of #127D3C
Black with #127D3C
Text Example
Text Example
White with #127D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D3C; }
p { color: rgb(18,125,60); }
H1.HeaderClassName
{
color: #127D3C;
}
.AnyTagClassName
{
color: #127D3C;
}
</style>
background-color css
<style>
a { background-color: #127D3C; }
a { background-color: rgb(18,125,60); }
div.DivClassName
{
background-color: #127D3C;
}
.BgClassName
{
background-color: #127D3C;
}
</style>
border-color css
<style>
span { border-color: #127D3C; }
span { border-color: rgb(18,125,60); }
td.TdClassName
{
border-color: #127D3C;
}
.TagClassName
{
border-color: #127D3C;
}
</style>