Shades of Dark Spring Green #226F49
Tints of Dark Spring Green #226F49
RGB
CMYK
RGB Variations
Color information
#226F49 (or 0x226F49) is known color: Dark Spring Green. HEX triplet: 22, 6F and 49. RGB value is (34,111,73). Sum of RGB (Red+Green+Blue) = 34+111+73=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #226F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226F49 is #DD90B6. Grayscale: #535353. Windows color (decimal): -14520503 or 4812578. OLE color: 4812578.
HSL color Cylindrical-coordinate representation of color #226F49: hue angle of 150.39º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226F49 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 111 | 73 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.56 |
| HSL | 150.39º | 0.53% | 0.28% | - |
| HSV(B) | 150.39º | 0.69% | 0.44% | - |
| XYZ | 7.55 | 12.19 | 8.26 | - |
| YUV | 83.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 73 | 0.69 | 0 | 0.34 | 0.56 | 150.39 | 0.53 | 0.28 |
| Hex | 22 | 6F | 49 | 45 | 0 | 22 | 38 | 96 | 35 | 1C |
| Octal | 42 | 157 | 111 | 105 | 0 | 42 | 70 | 226 | 65 | 34 |
| Binary | 100010 | 1101111 | 1001001 | 1000101 | 0 | 100010 | 111000 | 10010110 | 110101 | 11100 |
Color Harmonies of #226F49
Complementary color
Monochromatic Colors of #226F49
Black with #226F49
Text Example
Text Example
White with #226F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F49; }
p { color: rgb(34,111,73); }
H1.HeaderClassName
{
color: #226F49;
}
.AnyTagClassName
{
color: #226F49;
}
</style>
background-color css
<style>
a { background-color: #226F49; }
a { background-color: rgb(34,111,73); }
div.DivClassName
{
background-color: #226F49;
}
.BgClassName
{
background-color: #226F49;
}
</style>
border-color css
<style>
span { border-color: #226F49; }
span { border-color: rgb(34,111,73); }
td.TdClassName
{
border-color: #226F49;
}
.TagClassName
{
border-color: #226F49;
}
</style>