Shades of Dark Spring Green #23704A
Tints of Dark Spring Green #23704A
RGB
CMYK
RGB Variations
Color information
#23704A (or 0x23704A) is known color: Dark Spring Green. HEX triplet: 23, 70 and 4A. RGB value is (35,112,74). Sum of RGB (Red+Green+Blue) = 35+112+74=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #23704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23704A is #DC8FB5. Grayscale: #545454. Windows color (decimal): -14454710 or 4878371. OLE color: 4878371.
HSL color Cylindrical-coordinate representation of color #23704A: hue angle of 150.39º degrees, saturation: 0.52, 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 #23704A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 112 | 74 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.56 |
| HSL | 150.39º | 0.52% | 0.29% | - |
| HSV(B) | 150.39º | 0.69% | 0.44% | - |
| XYZ | 7.72 | 12.44 | 8.47 | - |
| YUV | 84.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 74 | 0.69 | 0 | 0.34 | 0.56 | 150.39 | 0.52 | 0.29 |
| Hex | 23 | 70 | 4A | 45 | 0 | 22 | 38 | 96 | 34 | 1D |
| Octal | 43 | 160 | 112 | 105 | 0 | 42 | 70 | 226 | 64 | 35 |
| Binary | 100011 | 1110000 | 1001010 | 1000101 | 0 | 100010 | 111000 | 10010110 | 110100 | 11101 |
Color Harmonies of #23704A
Complementary color
Monochromatic Colors of #23704A
Black with #23704A
Text Example
Text Example
White with #23704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23704A; }
p { color: rgb(35,112,74); }
H1.HeaderClassName
{
color: #23704A;
}
.AnyTagClassName
{
color: #23704A;
}
</style>
background-color css
<style>
a { background-color: #23704A; }
a { background-color: rgb(35,112,74); }
div.DivClassName
{
background-color: #23704A;
}
.BgClassName
{
background-color: #23704A;
}
</style>
border-color css
<style>
span { border-color: #23704A; }
span { border-color: rgb(35,112,74); }
td.TdClassName
{
border-color: #23704A;
}
.TagClassName
{
border-color: #23704A;
}
</style>