Shades of Dark Spring Green #14734B
Tints of Dark Spring Green #14734B
RGB
CMYK
RGB Variations
Color information
#14734B (or 0x14734B) is known color: Dark Spring Green. HEX triplet: 14, 73 and 4B. RGB value is (20,115,75). Sum of RGB (Red+Green+Blue) = 20+115+75=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #14734B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14734B is #EB8CB4. Grayscale: #525252. Windows color (decimal): -15436981 or 4944660. OLE color: 4944660.
HSL color Cylindrical-coordinate representation of color #14734B: hue angle of 154.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14734B is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 75 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.55 |
| HSL | 154.74º | 0.7% | 0.26% | - |
| HSV(B) | 154.74º | 0.83% | 0.45% | - |
| XYZ | 7.69 | 12.92 | 8.74 | - |
| YUV | 82.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 75 | 0.83 | 0 | 0.35 | 0.55 | 154.74 | 0.7 | 0.26 |
| Hex | 14 | 73 | 4B | 53 | 0 | 23 | 37 | 9B | 46 | 1A |
| Octal | 24 | 163 | 113 | 123 | 0 | 43 | 67 | 233 | 106 | 32 |
| Binary | 10100 | 1110011 | 1001011 | 1010011 | 0 | 100011 | 110111 | 10011011 | 1000110 | 11010 |
Color Harmonies of #14734B
Complementary color
Monochromatic Colors of #14734B
Black with #14734B
Text Example
Text Example
White with #14734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14734B; }
p { color: rgb(20,115,75); }
H1.HeaderClassName
{
color: #14734B;
}
.AnyTagClassName
{
color: #14734B;
}
</style>
background-color css
<style>
a { background-color: #14734B; }
a { background-color: rgb(20,115,75); }
div.DivClassName
{
background-color: #14734B;
}
.BgClassName
{
background-color: #14734B;
}
</style>
border-color css
<style>
span { border-color: #14734B; }
span { border-color: rgb(20,115,75); }
td.TdClassName
{
border-color: #14734B;
}
.TagClassName
{
border-color: #14734B;
}
</style>