Shades of Elf Green #28876A
Tints of Elf Green #28876A
RGB
CMYK
RGB Variations
Color information
#28876A (or 0x28876A) is known color: Elf Green. HEX triplet: 28, 87 and 6A. RGB value is (40,135,106). Sum of RGB (Red+Green+Blue) = 40+135+106=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #28876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28876A is #D77895. Grayscale: #676767. Windows color (decimal): -14121110 or 6981416. OLE color: 6981416.
HSL color Cylindrical-coordinate representation of color #28876A: hue angle of 161.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28876A is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 106 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.47 |
| HSL | 161.68º | 0.54% | 0.34% | - |
| HSV(B) | 161.68º | 0.7% | 0.53% | - |
| XYZ | 12.14 | 18.82 | 16.63 | - |
| YUV | 103.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 106 | 0.70 | 0 | 0.21 | 0.47 | 161.68 | 0.54 | 0.34 |
| Hex | 28 | 87 | 6A | 46 | 0 | 15 | 2F | A2 | 36 | 22 |
| Octal | 50 | 207 | 152 | 106 | 0 | 25 | 57 | 242 | 66 | 42 |
| Binary | 101000 | 10000111 | 1101010 | 1000110 | 0 | 10101 | 101111 | 10100010 | 110110 | 100010 |
Color Harmonies of #28876A
Complementary color
Monochromatic Colors of #28876A
Black with #28876A
Text Example
Text Example
White with #28876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28876A; }
p { color: rgb(40,135,106); }
H1.HeaderClassName
{
color: #28876A;
}
.AnyTagClassName
{
color: #28876A;
}
</style>
background-color css
<style>
a { background-color: #28876A; }
a { background-color: rgb(40,135,106); }
div.DivClassName
{
background-color: #28876A;
}
.BgClassName
{
background-color: #28876A;
}
</style>
border-color css
<style>
span { border-color: #28876A; }
span { border-color: rgb(40,135,106); }
td.TdClassName
{
border-color: #28876A;
}
.TagClassName
{
border-color: #28876A;
}
</style>