Shades of Dark Spring Green #138A39
Tints of Dark Spring Green #138A39
RGB
CMYK
RGB Variations
Color information
#138A39 (or 0x138A39) is known color: Dark Spring Green. HEX triplet: 13, 8A and 39. RGB value is (19,138,57). Sum of RGB (Red+Green+Blue) = 19+138+57=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #138A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A39 is #EC75C6. Grayscale: #5D5D5D. Windows color (decimal): -15496647 or 3770899. OLE color: 3770899.
HSL color Cylindrical-coordinate representation of color #138A39: hue angle of 139.16º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A39 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 57 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.46 |
| HSL | 139.16º | 0.76% | 0.31% | - |
| HSV(B) | 139.16º | 0.86% | 0.54% | - |
| XYZ | 10.1 | 18.61 | 6.93 | - |
| YUV | 93.19 | 107.58 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 57 | 0.86 | 0 | 0.59 | 0.46 | 139.16 | 0.76 | 0.31 |
| Hex | 13 | 8A | 39 | 56 | 0 | 3B | 2E | 8B | 4C | 1F |
| Octal | 23 | 212 | 71 | 126 | 0 | 73 | 56 | 213 | 114 | 37 |
| Binary | 10011 | 10001010 | 111001 | 1010110 | 0 | 111011 | 101110 | 10001011 | 1001100 | 11111 |
Color Harmonies of #138A39
Complementary color
Monochromatic Colors of #138A39
Black with #138A39
Text Example
Text Example
White with #138A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A39; }
p { color: rgb(19,138,57); }
H1.HeaderClassName
{
color: #138A39;
}
.AnyTagClassName
{
color: #138A39;
}
</style>
background-color css
<style>
a { background-color: #138A39; }
a { background-color: rgb(19,138,57); }
div.DivClassName
{
background-color: #138A39;
}
.BgClassName
{
background-color: #138A39;
}
</style>
border-color css
<style>
span { border-color: #138A39; }
span { border-color: rgb(19,138,57); }
td.TdClassName
{
border-color: #138A39;
}
.TagClassName
{
border-color: #138A39;
}
</style>