Shades of Dark Spring Green #138041
Tints of Dark Spring Green #138041
RGB
CMYK
RGB Variations
Color information
#138041 (or 0x138041) is known color: Dark Spring Green. HEX triplet: 13, 80 and 41. RGB value is (19,128,65). Sum of RGB (Red+Green+Blue) = 19+128+65=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #138041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138041 is #EC7FBE. Grayscale: #585858. Windows color (decimal): -15499199 or 4292627. OLE color: 4292627.
HSL color Cylindrical-coordinate representation of color #138041: hue angle of 145.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138041 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 65 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.50 |
| HSL | 145.32º | 0.74% | 0.29% | - |
| HSV(B) | 145.32º | 0.85% | 0.5% | - |
| XYZ | 8.94 | 15.96 | 7.61 | - |
| YUV | 88.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 65 | 0.85 | 0 | 0.49 | 0.50 | 145.32 | 0.74 | 0.29 |
| Hex | 13 | 80 | 41 | 55 | 0 | 31 | 32 | 91 | 4A | 1D |
| Octal | 23 | 200 | 101 | 125 | 0 | 61 | 62 | 221 | 112 | 35 |
| Binary | 10011 | 10000000 | 1000001 | 1010101 | 0 | 110001 | 110010 | 10010001 | 1001010 | 11101 |
Color Harmonies of #138041
Complementary color
Monochromatic Colors of #138041
Black with #138041
Text Example
Text Example
White with #138041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138041; }
p { color: rgb(19,128,65); }
H1.HeaderClassName
{
color: #138041;
}
.AnyTagClassName
{
color: #138041;
}
</style>
background-color css
<style>
a { background-color: #138041; }
a { background-color: rgb(19,128,65); }
div.DivClassName
{
background-color: #138041;
}
.BgClassName
{
background-color: #138041;
}
</style>
border-color css
<style>
span { border-color: #138041; }
span { border-color: rgb(19,128,65); }
td.TdClassName
{
border-color: #138041;
}
.TagClassName
{
border-color: #138041;
}
</style>