Shades of Elf Green #28927A
Tints of Elf Green #28927A
RGB
CMYK
RGB Variations
Color information
#28927A (or 0x28927A) is known color: Elf Green. HEX triplet: 28, 92 and 7A. RGB value is (40,146,122). Sum of RGB (Red+Green+Blue) = 40+146+122=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #28927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28927A is #D76D85. Grayscale: #6F6F6F. Windows color (decimal): -14118278 or 8032808. OLE color: 8032808.
HSL color Cylindrical-coordinate representation of color #28927A: hue angle of 166.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28927A is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 122 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.43 |
| HSL | 166.42º | 0.57% | 0.36% | - |
| HSV(B) | 166.42º | 0.73% | 0.57% | - |
| XYZ | 14.67 | 22.41 | 21.97 | - |
| YUV | 111.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 122 | 0.73 | 0 | 0.16 | 0.43 | 166.42 | 0.57 | 0.36 |
| Hex | 28 | 92 | 7A | 49 | 0 | 10 | 2B | A6 | 39 | 24 |
| Octal | 50 | 222 | 172 | 111 | 0 | 20 | 53 | 246 | 71 | 44 |
| Binary | 101000 | 10010010 | 1111010 | 1001001 | 0 | 10000 | 101011 | 10100110 | 111001 | 100100 |
Color Harmonies of #28927A
Complementary color
Monochromatic Colors of #28927A
Black with #28927A
Text Example
Text Example
White with #28927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28927A; }
p { color: rgb(40,146,122); }
H1.HeaderClassName
{
color: #28927A;
}
.AnyTagClassName
{
color: #28927A;
}
</style>
background-color css
<style>
a { background-color: #28927A; }
a { background-color: rgb(40,146,122); }
div.DivClassName
{
background-color: #28927A;
}
.BgClassName
{
background-color: #28927A;
}
</style>
border-color css
<style>
span { border-color: #28927A; }
span { border-color: rgb(40,146,122); }
td.TdClassName
{
border-color: #28927A;
}
.TagClassName
{
border-color: #28927A;
}
</style>