Shades of Dark Spring Green #128535
Tints of Dark Spring Green #128535
RGB
CMYK
RGB Variations
Color information
#128535 (or 0x128535) is known color: Dark Spring Green. HEX triplet: 12, 85 and 35. RGB value is (18,133,53). Sum of RGB (Red+Green+Blue) = 18+133+53=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #128535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128535 is #ED7ACA. Grayscale: #595959. Windows color (decimal): -15563467 or 3507474. OLE color: 3507474.
HSL color Cylindrical-coordinate representation of color #128535: hue angle of 138.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128535 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 53 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.48 |
| HSL | 138.26º | 0.76% | 0.3% | - |
| HSV(B) | 138.26º | 0.86% | 0.52% | - |
| XYZ | 9.28 | 17.16 | 6.19 | - |
| YUV | 89.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 53 | 0.86 | 0 | 0.60 | 0.48 | 138.26 | 0.76 | 0.3 |
| Hex | 12 | 85 | 35 | 56 | 0 | 3C | 30 | 8A | 4C | 1E |
| Octal | 22 | 205 | 65 | 126 | 0 | 74 | 60 | 212 | 114 | 36 |
| Binary | 10010 | 10000101 | 110101 | 1010110 | 0 | 111100 | 110000 | 10001010 | 1001100 | 11110 |
Color Harmonies of #128535
Complementary color
Monochromatic Colors of #128535
Black with #128535
Text Example
Text Example
White with #128535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128535; }
p { color: rgb(18,133,53); }
H1.HeaderClassName
{
color: #128535;
}
.AnyTagClassName
{
color: #128535;
}
</style>
background-color css
<style>
a { background-color: #128535; }
a { background-color: rgb(18,133,53); }
div.DivClassName
{
background-color: #128535;
}
.BgClassName
{
background-color: #128535;
}
</style>
border-color css
<style>
span { border-color: #128535; }
span { border-color: rgb(18,133,53); }
td.TdClassName
{
border-color: #128535;
}
.TagClassName
{
border-color: #128535;
}
</style>