Shades of Elf Green #228669
Tints of Elf Green #228669
RGB
CMYK
RGB Variations
Color information
#228669 (or 0x228669) is known color: Elf Green. HEX triplet: 22, 86 and 69. RGB value is (34,134,105). Sum of RGB (Red+Green+Blue) = 34+134+105=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #228669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228669 is #DD7996. Grayscale: #646464. Windows color (decimal): -14514583 or 6915618. OLE color: 6915618.
HSL color Cylindrical-coordinate representation of color #228669: hue angle of 162.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228669 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 134 | 105 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.47 |
| HSL | 162.6º | 0.6% | 0.33% | - |
| HSV(B) | 162.6º | 0.75% | 0.53% | - |
| XYZ | 11.73 | 18.41 | 16.3 | - |
| YUV | 100.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 105 | 0.75 | 0 | 0.22 | 0.47 | 162.6 | 0.6 | 0.33 |
| Hex | 22 | 86 | 69 | 4B | 0 | 16 | 2F | A3 | 3C | 21 |
| Octal | 42 | 206 | 151 | 113 | 0 | 26 | 57 | 243 | 74 | 41 |
| Binary | 100010 | 10000110 | 1101001 | 1001011 | 0 | 10110 | 101111 | 10100011 | 111100 | 100001 |
Color Harmonies of #228669
Complementary color
Monochromatic Colors of #228669
Black with #228669
Text Example
Text Example
White with #228669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228669; }
p { color: rgb(34,134,105); }
H1.HeaderClassName
{
color: #228669;
}
.AnyTagClassName
{
color: #228669;
}
</style>
background-color css
<style>
a { background-color: #228669; }
a { background-color: rgb(34,134,105); }
div.DivClassName
{
background-color: #228669;
}
.BgClassName
{
background-color: #228669;
}
</style>
border-color css
<style>
span { border-color: #228669; }
span { border-color: rgb(34,134,105); }
td.TdClassName
{
border-color: #228669;
}
.TagClassName
{
border-color: #228669;
}
</style>