Shades of Elf Green #228473
Tints of Elf Green #228473
RGB
CMYK
RGB Variations
Color information
#228473 (or 0x228473) is known color: Elf Green. HEX triplet: 22, 84 and 73. RGB value is (34,132,115). Sum of RGB (Red+Green+Blue) = 34+132+115=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #228473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228473 is #DD7B8C. Grayscale: #646464. Windows color (decimal): -14515085 or 7570466. OLE color: 7570466.
HSL color Cylindrical-coordinate representation of color #228473: hue angle of 169.59º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228473 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 115 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.48 |
| HSL | 169.59º | 0.59% | 0.33% | - |
| HSV(B) | 169.59º | 0.74% | 0.52% | - |
| XYZ | 12.01 | 18.08 | 19.08 | - |
| YUV | 100.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 115 | 0.74 | 0 | 0.13 | 0.48 | 169.59 | 0.59 | 0.33 |
| Hex | 22 | 84 | 73 | 4A | 0 | D | 30 | AA | 3B | 21 |
| Octal | 42 | 204 | 163 | 112 | 0 | 15 | 60 | 252 | 73 | 41 |
| Binary | 100010 | 10000100 | 1110011 | 1001010 | 0 | 1101 | 110000 | 10101010 | 111011 | 100001 |
Color Harmonies of #228473
Complementary color
Monochromatic Colors of #228473
Black with #228473
Text Example
Text Example
White with #228473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228473; }
p { color: rgb(34,132,115); }
H1.HeaderClassName
{
color: #228473;
}
.AnyTagClassName
{
color: #228473;
}
</style>
background-color css
<style>
a { background-color: #228473; }
a { background-color: rgb(34,132,115); }
div.DivClassName
{
background-color: #228473;
}
.BgClassName
{
background-color: #228473;
}
</style>
border-color css
<style>
span { border-color: #228473; }
span { border-color: rgb(34,132,115); }
td.TdClassName
{
border-color: #228473;
}
.TagClassName
{
border-color: #228473;
}
</style>