Shades of Elf Green #28826A
Tints of Elf Green #28826A
RGB
CMYK
RGB Variations
Color information
#28826A (or 0x28826A) is known color: Elf Green. HEX triplet: 28, 82 and 6A. RGB value is (40,130,106). Sum of RGB (Red+Green+Blue) = 40+130+106=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #28826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826A is #D77D95. Grayscale: #646464. Windows color (decimal): -14122390 or 6980136. OLE color: 6980136.
HSL color Cylindrical-coordinate representation of color #28826A: hue angle of 164º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28826A is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 106 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.49 |
| HSL | 164º | 0.53% | 0.33% | - |
| HSV(B) | 164º | 0.69% | 0.51% | - |
| XYZ | 11.46 | 17.46 | 16.4 | - |
| YUV | 100.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 106 | 0.69 | 0 | 0.18 | 0.49 | 164 | 0.53 | 0.33 |
| Hex | 28 | 82 | 6A | 45 | 0 | 12 | 31 | A4 | 35 | 21 |
| Octal | 50 | 202 | 152 | 105 | 0 | 22 | 61 | 244 | 65 | 41 |
| Binary | 101000 | 10000010 | 1101010 | 1000101 | 0 | 10010 | 110001 | 10100100 | 110101 | 100001 |
Color Harmonies of #28826A
Complementary color
Monochromatic Colors of #28826A
Black with #28826A
Text Example
Text Example
White with #28826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28826A; }
p { color: rgb(40,130,106); }
H1.HeaderClassName
{
color: #28826A;
}
.AnyTagClassName
{
color: #28826A;
}
</style>
background-color css
<style>
a { background-color: #28826A; }
a { background-color: rgb(40,130,106); }
div.DivClassName
{
background-color: #28826A;
}
.BgClassName
{
background-color: #28826A;
}
</style>
border-color css
<style>
span { border-color: #28826A; }
span { border-color: rgb(40,130,106); }
td.TdClassName
{
border-color: #28826A;
}
.TagClassName
{
border-color: #28826A;
}
</style>