Shades of Dark Spring Green #23714D
Tints of Dark Spring Green #23714D
RGB
CMYK
RGB Variations
Color information
#23714D (or 0x23714D) is known color: Dark Spring Green. HEX triplet: 23, 71 and 4D. RGB value is (35,113,77). Sum of RGB (Red+Green+Blue) = 35+113+77=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #23714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23714D is #DC8EB2. Grayscale: #555555. Windows color (decimal): -14454451 or 5075235. OLE color: 5075235.
HSL color Cylindrical-coordinate representation of color #23714D: hue angle of 152.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23714D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 77 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.56 |
| HSL | 152.31º | 0.53% | 0.29% | - |
| HSV(B) | 152.31º | 0.69% | 0.44% | - |
| XYZ | 7.94 | 12.7 | 9.05 | - |
| YUV | 85.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 77 | 0.69 | 0 | 0.32 | 0.56 | 152.31 | 0.53 | 0.29 |
| Hex | 23 | 71 | 4D | 45 | 0 | 20 | 38 | 98 | 35 | 1D |
| Octal | 43 | 161 | 115 | 105 | 0 | 40 | 70 | 230 | 65 | 35 |
| Binary | 100011 | 1110001 | 1001101 | 1000101 | 0 | 100000 | 111000 | 10011000 | 110101 | 11101 |
Color Harmonies of #23714D
Complementary color
Monochromatic Colors of #23714D
Black with #23714D
Text Example
Text Example
White with #23714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23714D; }
p { color: rgb(35,113,77); }
H1.HeaderClassName
{
color: #23714D;
}
.AnyTagClassName
{
color: #23714D;
}
</style>
background-color css
<style>
a { background-color: #23714D; }
a { background-color: rgb(35,113,77); }
div.DivClassName
{
background-color: #23714D;
}
.BgClassName
{
background-color: #23714D;
}
</style>
border-color css
<style>
span { border-color: #23714D; }
span { border-color: rgb(35,113,77); }
td.TdClassName
{
border-color: #23714D;
}
.TagClassName
{
border-color: #23714D;
}
</style>