Shades of Dark Spring Green #227149
Tints of Dark Spring Green #227149
RGB
CMYK
RGB Variations
Color information
#227149 (or 0x227149) is known color: Dark Spring Green. HEX triplet: 22, 71 and 49. RGB value is (34,113,73). Sum of RGB (Red+Green+Blue) = 34+113+73=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #227149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227149 is #DD8EB6. Grayscale: #545454. Windows color (decimal): -14519991 or 4813090. OLE color: 4813090.
HSL color Cylindrical-coordinate representation of color #227149: hue angle of 149.62º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227149 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 113 | 73 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.56 |
| HSL | 149.62º | 0.54% | 0.29% | - |
| HSV(B) | 149.62º | 0.7% | 0.44% | - |
| XYZ | 7.77 | 12.63 | 8.33 | - |
| YUV | 84.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 73 | 0.70 | 0 | 0.35 | 0.56 | 149.62 | 0.54 | 0.29 |
| Hex | 22 | 71 | 49 | 46 | 0 | 23 | 38 | 96 | 36 | 1D |
| Octal | 42 | 161 | 111 | 106 | 0 | 43 | 70 | 226 | 66 | 35 |
| Binary | 100010 | 1110001 | 1001001 | 1000110 | 0 | 100011 | 111000 | 10010110 | 110110 | 11101 |
Color Harmonies of #227149
Complementary color
Monochromatic Colors of #227149
Black with #227149
Text Example
Text Example
White with #227149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227149; }
p { color: rgb(34,113,73); }
H1.HeaderClassName
{
color: #227149;
}
.AnyTagClassName
{
color: #227149;
}
</style>
background-color css
<style>
a { background-color: #227149; }
a { background-color: rgb(34,113,73); }
div.DivClassName
{
background-color: #227149;
}
.BgClassName
{
background-color: #227149;
}
</style>
border-color css
<style>
span { border-color: #227149; }
span { border-color: rgb(34,113,73); }
td.TdClassName
{
border-color: #227149;
}
.TagClassName
{
border-color: #227149;
}
</style>