Shades of Dark Spring Green #227448
Tints of Dark Spring Green #227448
RGB
CMYK
RGB Variations
Color information
#227448 (or 0x227448) is known color: Dark Spring Green. HEX triplet: 22, 74 and 48. RGB value is (34,116,72). Sum of RGB (Red+Green+Blue) = 34+116+72=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #227448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227448 is #DD8BB7. Grayscale: #565656. Windows color (decimal): -14519224 or 4748322. OLE color: 4748322.
HSL color Cylindrical-coordinate representation of color #227448: hue angle of 147.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227448 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 72 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.55 |
| HSL | 147.8º | 0.55% | 0.29% | - |
| HSV(B) | 147.8º | 0.71% | 0.45% | - |
| XYZ | 8.07 | 13.3 | 8.27 | - |
| YUV | 86.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 72 | 0.71 | 0 | 0.38 | 0.55 | 147.8 | 0.55 | 0.29 |
| Hex | 22 | 74 | 48 | 47 | 0 | 26 | 37 | 94 | 37 | 1D |
| Octal | 42 | 164 | 110 | 107 | 0 | 46 | 67 | 224 | 67 | 35 |
| Binary | 100010 | 1110100 | 1001000 | 1000111 | 0 | 100110 | 110111 | 10010100 | 110111 | 11101 |
Color Harmonies of #227448
Complementary color
Monochromatic Colors of #227448
Black with #227448
Text Example
Text Example
White with #227448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227448; }
p { color: rgb(34,116,72); }
H1.HeaderClassName
{
color: #227448;
}
.AnyTagClassName
{
color: #227448;
}
</style>
background-color css
<style>
a { background-color: #227448; }
a { background-color: rgb(34,116,72); }
div.DivClassName
{
background-color: #227448;
}
.BgClassName
{
background-color: #227448;
}
</style>
border-color css
<style>
span { border-color: #227448; }
span { border-color: rgb(34,116,72); }
td.TdClassName
{
border-color: #227448;
}
.TagClassName
{
border-color: #227448;
}
</style>