Shades of Dark Spring Green #128437
Tints of Dark Spring Green #128437
RGB
CMYK
RGB Variations
Color information
#128437 (or 0x128437) is known color: Dark Spring Green. HEX triplet: 12, 84 and 37. RGB value is (18,132,55). Sum of RGB (Red+Green+Blue) = 18+132+55=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #128437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128437 is #ED7BC8. Grayscale: #595959. Windows color (decimal): -15563721 or 3638290. OLE color: 3638290.
HSL color Cylindrical-coordinate representation of color #128437: hue angle of 139.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128437 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 55 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.48 |
| HSL | 139.47º | 0.76% | 0.29% | - |
| HSV(B) | 139.47º | 0.86% | 0.52% | - |
| XYZ | 9.19 | 16.91 | 6.39 | - |
| YUV | 89.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 55 | 0.86 | 0 | 0.58 | 0.48 | 139.47 | 0.76 | 0.29 |
| Hex | 12 | 84 | 37 | 56 | 0 | 3A | 30 | 8B | 4C | 1D |
| Octal | 22 | 204 | 67 | 126 | 0 | 72 | 60 | 213 | 114 | 35 |
| Binary | 10010 | 10000100 | 110111 | 1010110 | 0 | 111010 | 110000 | 10001011 | 1001100 | 11101 |
Color Harmonies of #128437
Complementary color
Monochromatic Colors of #128437
Black with #128437
Text Example
Text Example
White with #128437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128437; }
p { color: rgb(18,132,55); }
H1.HeaderClassName
{
color: #128437;
}
.AnyTagClassName
{
color: #128437;
}
</style>
background-color css
<style>
a { background-color: #128437; }
a { background-color: rgb(18,132,55); }
div.DivClassName
{
background-color: #128437;
}
.BgClassName
{
background-color: #128437;
}
</style>
border-color css
<style>
span { border-color: #128437; }
span { border-color: rgb(18,132,55); }
td.TdClassName
{
border-color: #128437;
}
.TagClassName
{
border-color: #128437;
}
</style>