Shades of Dark Spring Green #128A39
Tints of Dark Spring Green #128A39
RGB
CMYK
RGB Variations
Color information
#128A39 (or 0x128A39) is known color: Dark Spring Green. HEX triplet: 12, 8A and 39. RGB value is (18,138,57). Sum of RGB (Red+Green+Blue) = 18+138+57=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #128A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A39 is #ED75C6. Grayscale: #5D5D5D. Windows color (decimal): -15562183 or 3770898. OLE color: 3770898.
HSL color Cylindrical-coordinate representation of color #128A39: hue angle of 139.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A39 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 57 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.46 |
| HSL | 139.5º | 0.77% | 0.31% | - |
| HSV(B) | 139.5º | 0.87% | 0.54% | - |
| XYZ | 10.08 | 18.6 | 6.93 | - |
| YUV | 92.89 | 107.74 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 57 | 0.87 | 0 | 0.59 | 0.46 | 139.5 | 0.77 | 0.31 |
| Hex | 12 | 8A | 39 | 57 | 0 | 3B | 2E | 8C | 4D | 1F |
| Octal | 22 | 212 | 71 | 127 | 0 | 73 | 56 | 214 | 115 | 37 |
| Binary | 10010 | 10001010 | 111001 | 1010111 | 0 | 111011 | 101110 | 10001100 | 1001101 | 11111 |
Color Harmonies of #128A39
Complementary color
Monochromatic Colors of #128A39
Black with #128A39
Text Example
Text Example
White with #128A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A39; }
p { color: rgb(18,138,57); }
H1.HeaderClassName
{
color: #128A39;
}
.AnyTagClassName
{
color: #128A39;
}
</style>
background-color css
<style>
a { background-color: #128A39; }
a { background-color: rgb(18,138,57); }
div.DivClassName
{
background-color: #128A39;
}
.BgClassName
{
background-color: #128A39;
}
</style>
border-color css
<style>
span { border-color: #128A39; }
span { border-color: rgb(18,138,57); }
td.TdClassName
{
border-color: #128A39;
}
.TagClassName
{
border-color: #128A39;
}
</style>