Shades of Dark Spring Green #127D3B
Tints of Dark Spring Green #127D3B
RGB
CMYK
RGB Variations
Color information
#127D3B (or 0x127D3B) is known color: Dark Spring Green. HEX triplet: 12, 7D and 3B. RGB value is (18,125,59). Sum of RGB (Red+Green+Blue) = 18+125+59=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #127D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D3B is #ED82C4. Grayscale: #555555. Windows color (decimal): -15565509 or 3898642. OLE color: 3898642.
HSL color Cylindrical-coordinate representation of color #127D3B: hue angle of 142.99º 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 #127D3B is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 59 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.51 |
| HSL | 142.99º | 0.75% | 0.28% | - |
| HSV(B) | 142.99º | 0.86% | 0.49% | - |
| XYZ | 8.37 | 15.11 | 6.61 | - |
| YUV | 85.48 | 113.05 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 59 | 0.86 | 0 | 0.53 | 0.51 | 142.99 | 0.75 | 0.28 |
| Hex | 12 | 7D | 3B | 56 | 0 | 35 | 33 | 8F | 4B | 1C |
| Octal | 22 | 175 | 73 | 126 | 0 | 65 | 63 | 217 | 113 | 34 |
| Binary | 10010 | 1111101 | 111011 | 1010110 | 0 | 110101 | 110011 | 10001111 | 1001011 | 11100 |
Color Harmonies of #127D3B
Complementary color
Monochromatic Colors of #127D3B
Black with #127D3B
Text Example
Text Example
White with #127D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D3B; }
p { color: rgb(18,125,59); }
H1.HeaderClassName
{
color: #127D3B;
}
.AnyTagClassName
{
color: #127D3B;
}
</style>
background-color css
<style>
a { background-color: #127D3B; }
a { background-color: rgb(18,125,59); }
div.DivClassName
{
background-color: #127D3B;
}
.BgClassName
{
background-color: #127D3B;
}
</style>
border-color css
<style>
span { border-color: #127D3B; }
span { border-color: rgb(18,125,59); }
td.TdClassName
{
border-color: #127D3B;
}
.TagClassName
{
border-color: #127D3B;
}
</style>