Shades of Dark Spring Green #17714B
Tints of Dark Spring Green #17714B
RGB
CMYK
RGB Variations
Color information
#17714B (or 0x17714B) is known color: Dark Spring Green. HEX triplet: 17, 71 and 4B. RGB value is (23,113,75). Sum of RGB (Red+Green+Blue) = 23+113+75=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #17714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17714B is #E88EB4. Grayscale: #515151. Windows color (decimal): -15240885 or 4944151. OLE color: 4944151.
HSL color Cylindrical-coordinate representation of color #17714B: hue angle of 154.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17714B is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 75 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.56 |
| HSL | 154.67º | 0.66% | 0.27% | - |
| HSV(B) | 154.67º | 0.8% | 0.44% | - |
| XYZ | 7.53 | 12.5 | 8.67 | - |
| YUV | 81.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 75 | 0.80 | 0 | 0.34 | 0.56 | 154.67 | 0.66 | 0.27 |
| Hex | 17 | 71 | 4B | 50 | 0 | 22 | 38 | 9B | 42 | 1B |
| Octal | 27 | 161 | 113 | 120 | 0 | 42 | 70 | 233 | 102 | 33 |
| Binary | 10111 | 1110001 | 1001011 | 1010000 | 0 | 100010 | 111000 | 10011011 | 1000010 | 11011 |
Color Harmonies of #17714B
Complementary color
Monochromatic Colors of #17714B
Black with #17714B
Text Example
Text Example
White with #17714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17714B; }
p { color: rgb(23,113,75); }
H1.HeaderClassName
{
color: #17714B;
}
.AnyTagClassName
{
color: #17714B;
}
</style>
background-color css
<style>
a { background-color: #17714B; }
a { background-color: rgb(23,113,75); }
div.DivClassName
{
background-color: #17714B;
}
.BgClassName
{
background-color: #17714B;
}
</style>
border-color css
<style>
span { border-color: #17714B; }
span { border-color: rgb(23,113,75); }
td.TdClassName
{
border-color: #17714B;
}
.TagClassName
{
border-color: #17714B;
}
</style>