Shades of Dark Spring Green #138238
Tints of Dark Spring Green #138238
RGB
CMYK
RGB Variations
Color information
#138238 (or 0x138238) is known color: Dark Spring Green. HEX triplet: 13, 82 and 38. RGB value is (19,130,56). Sum of RGB (Red+Green+Blue) = 19+130+56=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #138238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138238 is #EC7DC7. Grayscale: #585858. Windows color (decimal): -15498696 or 3703315. OLE color: 3703315.
HSL color Cylindrical-coordinate representation of color #138238: hue angle of 140º 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 #138238 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 56 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.49 |
| HSL | 140º | 0.74% | 0.29% | - |
| HSV(B) | 140º | 0.85% | 0.51% | - |
| XYZ | 8.97 | 16.39 | 6.43 | - |
| YUV | 88.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 56 | 0.85 | 0 | 0.57 | 0.49 | 140 | 0.74 | 0.29 |
| Hex | 13 | 82 | 38 | 55 | 0 | 39 | 31 | 8C | 4A | 1D |
| Octal | 23 | 202 | 70 | 125 | 0 | 71 | 61 | 214 | 112 | 35 |
| Binary | 10011 | 10000010 | 111000 | 1010101 | 0 | 111001 | 110001 | 10001100 | 1001010 | 11101 |
Color Harmonies of #138238
Complementary color
Monochromatic Colors of #138238
Black with #138238
Text Example
Text Example
White with #138238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138238; }
p { color: rgb(19,130,56); }
H1.HeaderClassName
{
color: #138238;
}
.AnyTagClassName
{
color: #138238;
}
</style>
background-color css
<style>
a { background-color: #138238; }
a { background-color: rgb(19,130,56); }
div.DivClassName
{
background-color: #138238;
}
.BgClassName
{
background-color: #138238;
}
</style>
border-color css
<style>
span { border-color: #138238; }
span { border-color: rgb(19,130,56); }
td.TdClassName
{
border-color: #138238;
}
.TagClassName
{
border-color: #138238;
}
</style>