Shades of Dark Spring Green #237349
Tints of Dark Spring Green #237349
RGB
CMYK
RGB Variations
Color information
#237349 (or 0x237349) is known color: Dark Spring Green. HEX triplet: 23, 73 and 49. RGB value is (35,115,73). Sum of RGB (Red+Green+Blue) = 35+115+73=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #237349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237349 is #DC8CB6. Grayscale: #565656. Windows color (decimal): -14453943 or 4813603. OLE color: 4813603.
HSL color Cylindrical-coordinate representation of color #237349: hue angle of 148.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237349 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 73 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.55 |
| HSL | 148.5º | 0.53% | 0.29% | - |
| HSV(B) | 148.5º | 0.7% | 0.45% | - |
| XYZ | 8.03 | 13.1 | 8.41 | - |
| YUV | 86.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 73 | 0.70 | 0 | 0.37 | 0.55 | 148.5 | 0.53 | 0.29 |
| Hex | 23 | 73 | 49 | 46 | 0 | 25 | 37 | 94 | 35 | 1D |
| Octal | 43 | 163 | 111 | 106 | 0 | 45 | 67 | 224 | 65 | 35 |
| Binary | 100011 | 1110011 | 1001001 | 1000110 | 0 | 100101 | 110111 | 10010100 | 110101 | 11101 |
Color Harmonies of #237349
Complementary color
Monochromatic Colors of #237349
Black with #237349
Text Example
Text Example
White with #237349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237349; }
p { color: rgb(35,115,73); }
H1.HeaderClassName
{
color: #237349;
}
.AnyTagClassName
{
color: #237349;
}
</style>
background-color css
<style>
a { background-color: #237349; }
a { background-color: rgb(35,115,73); }
div.DivClassName
{
background-color: #237349;
}
.BgClassName
{
background-color: #237349;
}
</style>
border-color css
<style>
span { border-color: #237349; }
span { border-color: rgb(35,115,73); }
td.TdClassName
{
border-color: #237349;
}
.TagClassName
{
border-color: #237349;
}
</style>