Shades of Dark Spring Green #127D3D
Tints of Dark Spring Green #127D3D
RGB
CMYK
RGB Variations
Color information
#127D3D (or 0x127D3D) is known color: Dark Spring Green. HEX triplet: 12, 7D and 3D. RGB value is (18,125,61). Sum of RGB (Red+Green+Blue) = 18+125+61=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #127D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D3D is #ED82C2. Grayscale: #555555. Windows color (decimal): -15565507 or 4029714. OLE color: 4029714.
HSL color Cylindrical-coordinate representation of color #127D3D: hue angle of 144.11º 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 #127D3D is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 61 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.51 |
| HSL | 144.11º | 0.75% | 0.28% | - |
| HSV(B) | 144.11º | 0.86% | 0.49% | - |
| XYZ | 8.43 | 15.13 | 6.89 | - |
| YUV | 85.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 61 | 0.86 | 0 | 0.51 | 0.51 | 144.11 | 0.75 | 0.28 |
| Hex | 12 | 7D | 3D | 56 | 0 | 33 | 33 | 90 | 4B | 1C |
| Octal | 22 | 175 | 75 | 126 | 0 | 63 | 63 | 220 | 113 | 34 |
| Binary | 10010 | 1111101 | 111101 | 1010110 | 0 | 110011 | 110011 | 10010000 | 1001011 | 11100 |
Color Harmonies of #127D3D
Complementary color
Monochromatic Colors of #127D3D
Black with #127D3D
Text Example
Text Example
White with #127D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D3D; }
p { color: rgb(18,125,61); }
H1.HeaderClassName
{
color: #127D3D;
}
.AnyTagClassName
{
color: #127D3D;
}
</style>
background-color css
<style>
a { background-color: #127D3D; }
a { background-color: rgb(18,125,61); }
div.DivClassName
{
background-color: #127D3D;
}
.BgClassName
{
background-color: #127D3D;
}
</style>
border-color css
<style>
span { border-color: #127D3D; }
span { border-color: rgb(18,125,61); }
td.TdClassName
{
border-color: #127D3D;
}
.TagClassName
{
border-color: #127D3D;
}
</style>