Shades of Dark Spring Green #14704B
Tints of Dark Spring Green #14704B
RGB
CMYK
RGB Variations
Color information
#14704B (or 0x14704B) is known color: Dark Spring Green. HEX triplet: 14, 70 and 4B. RGB value is (20,112,75). Sum of RGB (Red+Green+Blue) = 20+112+75=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #14704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14704B is #EB8FB4. Grayscale: #505050. Windows color (decimal): -15437749 or 4943892. OLE color: 4943892.
HSL color Cylindrical-coordinate representation of color #14704B: hue angle of 155.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14704B is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 75 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.56 |
| HSL | 155.87º | 0.7% | 0.26% | - |
| HSV(B) | 155.87º | 0.82% | 0.44% | - |
| XYZ | 7.35 | 12.25 | 8.63 | - |
| YUV | 80.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 75 | 0.82 | 0 | 0.33 | 0.56 | 155.87 | 0.7 | 0.26 |
| Hex | 14 | 70 | 4B | 52 | 0 | 21 | 38 | 9C | 46 | 1A |
| Octal | 24 | 160 | 113 | 122 | 0 | 41 | 70 | 234 | 106 | 32 |
| Binary | 10100 | 1110000 | 1001011 | 1010010 | 0 | 100001 | 111000 | 10011100 | 1000110 | 11010 |
Color Harmonies of #14704B
Complementary color
Monochromatic Colors of #14704B
Black with #14704B
Text Example
Text Example
White with #14704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14704B; }
p { color: rgb(20,112,75); }
H1.HeaderClassName
{
color: #14704B;
}
.AnyTagClassName
{
color: #14704B;
}
</style>
background-color css
<style>
a { background-color: #14704B; }
a { background-color: rgb(20,112,75); }
div.DivClassName
{
background-color: #14704B;
}
.BgClassName
{
background-color: #14704B;
}
</style>
border-color css
<style>
span { border-color: #14704B; }
span { border-color: rgb(20,112,75); }
td.TdClassName
{
border-color: #14704B;
}
.TagClassName
{
border-color: #14704B;
}
</style>