Shades of Dark Spring Green #127541
Tints of Dark Spring Green #127541
RGB
CMYK
RGB Variations
Color information
#127541 (or 0x127541) is known color: Dark Spring Green. HEX triplet: 12, 75 and 41. RGB value is (18,117,65). Sum of RGB (Red+Green+Blue) = 18+117+65=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #127541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127541 is #ED8ABE. Grayscale: #515151. Windows color (decimal): -15567551 or 4289810. OLE color: 4289810.
HSL color Cylindrical-coordinate representation of color #127541: hue angle of 148.48º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127541 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 65 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.54 |
| HSL | 148.48º | 0.73% | 0.26% | - |
| HSV(B) | 148.48º | 0.85% | 0.46% | - |
| XYZ | 7.56 | 13.23 | 7.16 | - |
| YUV | 81.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 65 | 0.85 | 0 | 0.44 | 0.54 | 148.48 | 0.73 | 0.26 |
| Hex | 12 | 75 | 41 | 55 | 0 | 2C | 36 | 94 | 49 | 1A |
| Octal | 22 | 165 | 101 | 125 | 0 | 54 | 66 | 224 | 111 | 32 |
| Binary | 10010 | 1110101 | 1000001 | 1010101 | 0 | 101100 | 110110 | 10010100 | 1001001 | 11010 |
Color Harmonies of #127541
Complementary color
Monochromatic Colors of #127541
Black with #127541
Text Example
Text Example
White with #127541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127541; }
p { color: rgb(18,117,65); }
H1.HeaderClassName
{
color: #127541;
}
.AnyTagClassName
{
color: #127541;
}
</style>
background-color css
<style>
a { background-color: #127541; }
a { background-color: rgb(18,117,65); }
div.DivClassName
{
background-color: #127541;
}
.BgClassName
{
background-color: #127541;
}
</style>
border-color css
<style>
span { border-color: #127541; }
span { border-color: rgb(18,117,65); }
td.TdClassName
{
border-color: #127541;
}
.TagClassName
{
border-color: #127541;
}
</style>