Shades of Dark Spring Green #227244
Tints of Dark Spring Green #227244
RGB
CMYK
RGB Variations
Color information
#227244 (or 0x227244) is known color: Dark Spring Green. HEX triplet: 22, 72 and 44. RGB value is (34,114,68). Sum of RGB (Red+Green+Blue) = 34+114+68=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #227244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227244 is #DD8DBB. Grayscale: #545454. Windows color (decimal): -14519740 or 4485666. OLE color: 4485666.
HSL color Cylindrical-coordinate representation of color #227244: hue angle of 145.5º degrees, saturation: 0.54, 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 #227244 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 114 | 68 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.55 |
| HSL | 145.5º | 0.54% | 0.29% | - |
| HSV(B) | 145.5º | 0.7% | 0.45% | - |
| XYZ | 7.72 | 12.79 | 7.53 | - |
| YUV | 84.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 68 | 0.70 | 0 | 0.40 | 0.55 | 145.5 | 0.54 | 0.29 |
| Hex | 22 | 72 | 44 | 46 | 0 | 28 | 37 | 92 | 36 | 1D |
| Octal | 42 | 162 | 104 | 106 | 0 | 50 | 67 | 222 | 66 | 35 |
| Binary | 100010 | 1110010 | 1000100 | 1000110 | 0 | 101000 | 110111 | 10010010 | 110110 | 11101 |
Color Harmonies of #227244
Complementary color
Monochromatic Colors of #227244
Black with #227244
Text Example
Text Example
White with #227244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227244; }
p { color: rgb(34,114,68); }
H1.HeaderClassName
{
color: #227244;
}
.AnyTagClassName
{
color: #227244;
}
</style>
background-color css
<style>
a { background-color: #227244; }
a { background-color: rgb(34,114,68); }
div.DivClassName
{
background-color: #227244;
}
.BgClassName
{
background-color: #227244;
}
</style>
border-color css
<style>
span { border-color: #227244; }
span { border-color: rgb(34,114,68); }
td.TdClassName
{
border-color: #227244;
}
.TagClassName
{
border-color: #227244;
}
</style>