Shades of Dark Spring Green #138338
Tints of Dark Spring Green #138338
RGB
CMYK
RGB Variations
Color information
#138338 (or 0x138338) is known color: Dark Spring Green. HEX triplet: 13, 83 and 38. RGB value is (19,131,56). Sum of RGB (Red+Green+Blue) = 19+131+56=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #138338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138338 is #EC7CC7. Grayscale: #595959. Windows color (decimal): -15498440 or 3703571. OLE color: 3703571.
HSL color Cylindrical-coordinate representation of color #138338: hue angle of 139.82º degrees, saturation: 0.75, 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 #138338 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 56 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.49 |
| HSL | 139.82º | 0.75% | 0.29% | - |
| HSV(B) | 139.82º | 0.85% | 0.51% | - |
| XYZ | 9.1 | 16.66 | 6.48 | - |
| YUV | 88.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 56 | 0.85 | 0 | 0.57 | 0.49 | 139.82 | 0.75 | 0.29 |
| Hex | 13 | 83 | 38 | 55 | 0 | 39 | 31 | 8C | 4B | 1D |
| Octal | 23 | 203 | 70 | 125 | 0 | 71 | 61 | 214 | 113 | 35 |
| Binary | 10011 | 10000011 | 111000 | 1010101 | 0 | 111001 | 110001 | 10001100 | 1001011 | 11101 |
Color Harmonies of #138338
Complementary color
Monochromatic Colors of #138338
Black with #138338
Text Example
Text Example
White with #138338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138338; }
p { color: rgb(19,131,56); }
H1.HeaderClassName
{
color: #138338;
}
.AnyTagClassName
{
color: #138338;
}
</style>
background-color css
<style>
a { background-color: #138338; }
a { background-color: rgb(19,131,56); }
div.DivClassName
{
background-color: #138338;
}
.BgClassName
{
background-color: #138338;
}
</style>
border-color css
<style>
span { border-color: #138338; }
span { border-color: rgb(19,131,56); }
td.TdClassName
{
border-color: #138338;
}
.TagClassName
{
border-color: #138338;
}
</style>