Shades of Dark Spring Green #127F3D
Tints of Dark Spring Green #127F3D
RGB
CMYK
RGB Variations
Color information
#127F3D (or 0x127F3D) is known color: Dark Spring Green. HEX triplet: 12, 7F and 3D. RGB value is (18,127,61). Sum of RGB (Red+Green+Blue) = 18+127+61=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #127F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F3D is #ED80C2. Grayscale: #575757. Windows color (decimal): -15564995 or 4030226. OLE color: 4030226.
HSL color Cylindrical-coordinate representation of color #127F3D: hue angle of 143.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F3D is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 61 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.50 |
| HSL | 143.67º | 0.75% | 0.28% | - |
| HSV(B) | 143.67º | 0.86% | 0.5% | - |
| XYZ | 8.68 | 15.64 | 6.98 | - |
| YUV | 86.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 61 | 0.86 | 0 | 0.52 | 0.50 | 143.67 | 0.75 | 0.28 |
| Hex | 12 | 7F | 3D | 56 | 0 | 34 | 32 | 90 | 4B | 1C |
| Octal | 22 | 177 | 75 | 126 | 0 | 64 | 62 | 220 | 113 | 34 |
| Binary | 10010 | 1111111 | 111101 | 1010110 | 0 | 110100 | 110010 | 10010000 | 1001011 | 11100 |
Color Harmonies of #127F3D
Complementary color
Monochromatic Colors of #127F3D
Black with #127F3D
Text Example
Text Example
White with #127F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F3D; }
p { color: rgb(18,127,61); }
H1.HeaderClassName
{
color: #127F3D;
}
.AnyTagClassName
{
color: #127F3D;
}
</style>
background-color css
<style>
a { background-color: #127F3D; }
a { background-color: rgb(18,127,61); }
div.DivClassName
{
background-color: #127F3D;
}
.BgClassName
{
background-color: #127F3D;
}
</style>
border-color css
<style>
span { border-color: #127F3D; }
span { border-color: rgb(18,127,61); }
td.TdClassName
{
border-color: #127F3D;
}
.TagClassName
{
border-color: #127F3D;
}
</style>