Shades of Dark Spring Green #138239
Tints of Dark Spring Green #138239
RGB
CMYK
RGB Variations
Color information
#138239 (or 0x138239) is known color: Dark Spring Green. HEX triplet: 13, 82 and 39. RGB value is (19,130,57). Sum of RGB (Red+Green+Blue) = 19+130+57=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #138239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138239 is #EC7DC6. Grayscale: #585858. Windows color (decimal): -15498695 or 3768851. OLE color: 3768851.
HSL color Cylindrical-coordinate representation of color #138239: hue angle of 140.54º 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 #138239 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 57 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.49 |
| HSL | 140.54º | 0.74% | 0.29% | - |
| HSV(B) | 140.54º | 0.85% | 0.51% | - |
| XYZ | 8.99 | 16.4 | 6.56 | - |
| YUV | 88.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 57 | 0.85 | 0 | 0.56 | 0.49 | 140.54 | 0.74 | 0.29 |
| Hex | 13 | 82 | 39 | 55 | 0 | 38 | 31 | 8D | 4A | 1D |
| Octal | 23 | 202 | 71 | 125 | 0 | 70 | 61 | 215 | 112 | 35 |
| Binary | 10011 | 10000010 | 111001 | 1010101 | 0 | 111000 | 110001 | 10001101 | 1001010 | 11101 |
Color Harmonies of #138239
Complementary color
Monochromatic Colors of #138239
Black with #138239
Text Example
Text Example
White with #138239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138239; }
p { color: rgb(19,130,57); }
H1.HeaderClassName
{
color: #138239;
}
.AnyTagClassName
{
color: #138239;
}
</style>
background-color css
<style>
a { background-color: #138239; }
a { background-color: rgb(19,130,57); }
div.DivClassName
{
background-color: #138239;
}
.BgClassName
{
background-color: #138239;
}
</style>
border-color css
<style>
span { border-color: #138239; }
span { border-color: rgb(19,130,57); }
td.TdClassName
{
border-color: #138239;
}
.TagClassName
{
border-color: #138239;
}
</style>