Shades of Dark Spring Green #138237
Tints of Dark Spring Green #138237
RGB
CMYK
RGB Variations
Color information
#138237 (or 0x138237) is known color: Dark Spring Green. HEX triplet: 13, 82 and 37. RGB value is (19,130,55). Sum of RGB (Red+Green+Blue) = 19+130+55=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #138237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138237 is #EC7DC8. Grayscale: #585858. Windows color (decimal): -15498697 or 3637779. OLE color: 3637779.
HSL color Cylindrical-coordinate representation of color #138237: hue angle of 139.46º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138237 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 55 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.49 |
| HSL | 139.46º | 0.74% | 0.29% | - |
| HSV(B) | 139.46º | 0.85% | 0.51% | - |
| XYZ | 8.94 | 16.38 | 6.3 | - |
| YUV | 88.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 55 | 0.85 | 0 | 0.58 | 0.49 | 139.46 | 0.74 | 0.29 |
| Hex | 13 | 82 | 37 | 55 | 0 | 3A | 31 | 8B | 4A | 1D |
| Octal | 23 | 202 | 67 | 125 | 0 | 72 | 61 | 213 | 112 | 35 |
| Binary | 10011 | 10000010 | 110111 | 1010101 | 0 | 111010 | 110001 | 10001011 | 1001010 | 11101 |
Color Harmonies of #138237
Complementary color
Monochromatic Colors of #138237
Black with #138237
Text Example
Text Example
White with #138237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138237; }
p { color: rgb(19,130,55); }
H1.HeaderClassName
{
color: #138237;
}
.AnyTagClassName
{
color: #138237;
}
</style>
background-color css
<style>
a { background-color: #138237; }
a { background-color: rgb(19,130,55); }
div.DivClassName
{
background-color: #138237;
}
.BgClassName
{
background-color: #138237;
}
</style>
border-color css
<style>
span { border-color: #138237; }
span { border-color: rgb(19,130,55); }
td.TdClassName
{
border-color: #138237;
}
.TagClassName
{
border-color: #138237;
}
</style>