Shades of Dark Spring Green #227D44
Tints of Dark Spring Green #227D44
RGB
CMYK
RGB Variations
Color information
#227D44 (or 0x227D44) is known color: Dark Spring Green. HEX triplet: 22, 7D and 44. RGB value is (34,125,68). Sum of RGB (Red+Green+Blue) = 34+125+68=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #227D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227D44 is #DD82BB. Grayscale: #5B5B5B. Windows color (decimal): -14516924 or 4488482. OLE color: 4488482.
HSL color Cylindrical-coordinate representation of color #227D44: hue angle of 142.42º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D44 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 68 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.51 |
| HSL | 142.42º | 0.57% | 0.31% | - |
| HSV(B) | 142.42º | 0.73% | 0.49% | - |
| XYZ | 9.04 | 15.42 | 7.97 | - |
| YUV | 91.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 68 | 0.73 | 0 | 0.46 | 0.51 | 142.42 | 0.57 | 0.31 |
| Hex | 22 | 7D | 44 | 49 | 0 | 2E | 33 | 8E | 39 | 1F |
| Octal | 42 | 175 | 104 | 111 | 0 | 56 | 63 | 216 | 71 | 37 |
| Binary | 100010 | 1111101 | 1000100 | 1001001 | 0 | 101110 | 110011 | 10001110 | 111001 | 11111 |
Color Harmonies of #227D44
Complementary color
Monochromatic Colors of #227D44
Black with #227D44
Text Example
Text Example
White with #227D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D44; }
p { color: rgb(34,125,68); }
H1.HeaderClassName
{
color: #227D44;
}
.AnyTagClassName
{
color: #227D44;
}
</style>
background-color css
<style>
a { background-color: #227D44; }
a { background-color: rgb(34,125,68); }
div.DivClassName
{
background-color: #227D44;
}
.BgClassName
{
background-color: #227D44;
}
</style>
border-color css
<style>
span { border-color: #227D44; }
span { border-color: rgb(34,125,68); }
td.TdClassName
{
border-color: #227D44;
}
.TagClassName
{
border-color: #227D44;
}
</style>