Shades of Elf Green #228468
Tints of Elf Green #228468
RGB
CMYK
RGB Variations
Color information
#228468 (or 0x228468) is known color: Elf Green. HEX triplet: 22, 84 and 68. RGB value is (34,132,104). Sum of RGB (Red+Green+Blue) = 34+132+104=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #228468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228468 is #DD7B97. Grayscale: #636363. Windows color (decimal): -14515096 or 6849570. OLE color: 6849570.
HSL color Cylindrical-coordinate representation of color #228468: hue angle of 162.86º 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 #228468 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 104 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.48 |
| HSL | 162.86º | 0.59% | 0.33% | - |
| HSV(B) | 162.86º | 0.74% | 0.52% | - |
| XYZ | 11.41 | 17.84 | 15.94 | - |
| YUV | 99.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 104 | 0.74 | 0 | 0.21 | 0.48 | 162.86 | 0.59 | 0.33 |
| Hex | 22 | 84 | 68 | 4A | 0 | 15 | 30 | A3 | 3B | 21 |
| Octal | 42 | 204 | 150 | 112 | 0 | 25 | 60 | 243 | 73 | 41 |
| Binary | 100010 | 10000100 | 1101000 | 1001010 | 0 | 10101 | 110000 | 10100011 | 111011 | 100001 |
Color Harmonies of #228468
Complementary color
Monochromatic Colors of #228468
Black with #228468
Text Example
Text Example
White with #228468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228468; }
p { color: rgb(34,132,104); }
H1.HeaderClassName
{
color: #228468;
}
.AnyTagClassName
{
color: #228468;
}
</style>
background-color css
<style>
a { background-color: #228468; }
a { background-color: rgb(34,132,104); }
div.DivClassName
{
background-color: #228468;
}
.BgClassName
{
background-color: #228468;
}
</style>
border-color css
<style>
span { border-color: #228468; }
span { border-color: rgb(34,132,104); }
td.TdClassName
{
border-color: #228468;
}
.TagClassName
{
border-color: #228468;
}
</style>