Shades of Dark Spring Green #146E3E
Tints of Dark Spring Green #146E3E
RGB
CMYK
RGB Variations
Color information
#146E3E (or 0x146E3E) is known color: Dark Spring Green. HEX triplet: 14, 6E and 3E. RGB value is (20,110,62). Sum of RGB (Red+Green+Blue) = 20+110+62=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #146E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E3E is #EB91C1. Grayscale: #4D4D4D. Windows color (decimal): -15438274 or 4091412. OLE color: 4091412.
HSL color Cylindrical-coordinate representation of color #146E3E: hue angle of 148º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E3E is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 110 | 62 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.57 |
| HSL | 148º | 0.69% | 0.25% | - |
| HSV(B) | 148º | 0.82% | 0.43% | - |
| XYZ | 6.73 | 11.65 | 6.45 | - |
| YUV | 77.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 62 | 0.82 | 0 | 0.44 | 0.57 | 148 | 0.69 | 0.25 |
| Hex | 14 | 6E | 3E | 52 | 0 | 2C | 39 | 94 | 45 | 19 |
| Octal | 24 | 156 | 76 | 122 | 0 | 54 | 71 | 224 | 105 | 31 |
| Binary | 10100 | 1101110 | 111110 | 1010010 | 0 | 101100 | 111001 | 10010100 | 1000101 | 11001 |
Color Harmonies of #146E3E
Complementary color
Monochromatic Colors of #146E3E
Black with #146E3E
Text Example
Text Example
White with #146E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146E3E; }
p { color: rgb(20,110,62); }
H1.HeaderClassName
{
color: #146E3E;
}
.AnyTagClassName
{
color: #146E3E;
}
</style>
background-color css
<style>
a { background-color: #146E3E; }
a { background-color: rgb(20,110,62); }
div.DivClassName
{
background-color: #146E3E;
}
.BgClassName
{
background-color: #146E3E;
}
</style>
border-color css
<style>
span { border-color: #146E3E; }
span { border-color: rgb(20,110,62); }
td.TdClassName
{
border-color: #146E3E;
}
.TagClassName
{
border-color: #146E3E;
}
</style>