Shades of Dark Spring Green #237245
Tints of Dark Spring Green #237245
RGB
CMYK
RGB Variations
Color information
#237245 (or 0x237245) is known color: Dark Spring Green. HEX triplet: 23, 72 and 45. RGB value is (35,114,69). Sum of RGB (Red+Green+Blue) = 35+114+69=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #237245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237245 is #DC8DBA. Grayscale: #555555. Windows color (decimal): -14454203 or 4551203. OLE color: 4551203.
HSL color Cylindrical-coordinate representation of color #237245: hue angle of 145.82º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237245 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 114 | 69 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.55 |
| HSL | 145.82º | 0.53% | 0.29% | - |
| HSV(B) | 145.82º | 0.69% | 0.45% | - |
| XYZ | 7.78 | 12.82 | 7.69 | - |
| YUV | 85.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 69 | 0.69 | 0 | 0.39 | 0.55 | 145.82 | 0.53 | 0.29 |
| Hex | 23 | 72 | 45 | 45 | 0 | 27 | 37 | 92 | 35 | 1D |
| Octal | 43 | 162 | 105 | 105 | 0 | 47 | 67 | 222 | 65 | 35 |
| Binary | 100011 | 1110010 | 1000101 | 1000101 | 0 | 100111 | 110111 | 10010010 | 110101 | 11101 |
Color Harmonies of #237245
Complementary color
Monochromatic Colors of #237245
Black with #237245
Text Example
Text Example
White with #237245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237245; }
p { color: rgb(35,114,69); }
H1.HeaderClassName
{
color: #237245;
}
.AnyTagClassName
{
color: #237245;
}
</style>
background-color css
<style>
a { background-color: #237245; }
a { background-color: rgb(35,114,69); }
div.DivClassName
{
background-color: #237245;
}
.BgClassName
{
background-color: #237245;
}
</style>
border-color css
<style>
span { border-color: #237245; }
span { border-color: rgb(35,114,69); }
td.TdClassName
{
border-color: #237245;
}
.TagClassName
{
border-color: #237245;
}
</style>