Shades of Dark Spring Green #138138
Tints of Dark Spring Green #138138
RGB
CMYK
RGB Variations
Color information
#138138 (or 0x138138) is known color: Dark Spring Green. HEX triplet: 13, 81 and 38. RGB value is (19,129,56). Sum of RGB (Red+Green+Blue) = 19+129+56=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #138138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138138 is #EC7EC7. Grayscale: #575757. Windows color (decimal): -15498952 or 3703059. OLE color: 3703059.
HSL color Cylindrical-coordinate representation of color #138138: hue angle of 140.18º 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 #138138 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 56 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.49 |
| HSL | 140.18º | 0.74% | 0.29% | - |
| HSV(B) | 140.18º | 0.85% | 0.51% | - |
| XYZ | 8.83 | 16.12 | 6.39 | - |
| YUV | 87.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 56 | 0.85 | 0 | 0.57 | 0.49 | 140.18 | 0.74 | 0.29 |
| Hex | 13 | 81 | 38 | 55 | 0 | 39 | 31 | 8C | 4A | 1D |
| Octal | 23 | 201 | 70 | 125 | 0 | 71 | 61 | 214 | 112 | 35 |
| Binary | 10011 | 10000001 | 111000 | 1010101 | 0 | 111001 | 110001 | 10001100 | 1001010 | 11101 |
Color Harmonies of #138138
Complementary color
Monochromatic Colors of #138138
Black with #138138
Text Example
Text Example
White with #138138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138138; }
p { color: rgb(19,129,56); }
H1.HeaderClassName
{
color: #138138;
}
.AnyTagClassName
{
color: #138138;
}
</style>
background-color css
<style>
a { background-color: #138138; }
a { background-color: rgb(19,129,56); }
div.DivClassName
{
background-color: #138138;
}
.BgClassName
{
background-color: #138138;
}
</style>
border-color css
<style>
span { border-color: #138138; }
span { border-color: rgb(19,129,56); }
td.TdClassName
{
border-color: #138138;
}
.TagClassName
{
border-color: #138138;
}
</style>