Shades of Elf Green #28907D
Tints of Elf Green #28907D
RGB
CMYK
RGB Variations
Color information
#28907D (or 0x28907D) is known color: Elf Green. HEX triplet: 28, 90 and 7D. RGB value is (40,144,125). Sum of RGB (Red+Green+Blue) = 40+144+125=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #28907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28907D is #D76F82. Grayscale: #6E6E6E. Windows color (decimal): -14118787 or 8228904. OLE color: 8228904.
HSL color Cylindrical-coordinate representation of color #28907D: hue angle of 169.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28907D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 125 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.44 |
| HSL | 169.04º | 0.57% | 0.36% | - |
| HSV(B) | 169.04º | 0.72% | 0.56% | - |
| XYZ | 14.55 | 21.88 | 22.86 | - |
| YUV | 110.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 125 | 0.72 | 0 | 0.13 | 0.44 | 169.04 | 0.57 | 0.36 |
| Hex | 28 | 90 | 7D | 48 | 0 | D | 2C | A9 | 39 | 24 |
| Octal | 50 | 220 | 175 | 110 | 0 | 15 | 54 | 251 | 71 | 44 |
| Binary | 101000 | 10010000 | 1111101 | 1001000 | 0 | 1101 | 101100 | 10101001 | 111001 | 100100 |
Color Harmonies of #28907D
Complementary color
Monochromatic Colors of #28907D
Black with #28907D
Text Example
Text Example
White with #28907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28907D; }
p { color: rgb(40,144,125); }
H1.HeaderClassName
{
color: #28907D;
}
.AnyTagClassName
{
color: #28907D;
}
</style>
background-color css
<style>
a { background-color: #28907D; }
a { background-color: rgb(40,144,125); }
div.DivClassName
{
background-color: #28907D;
}
.BgClassName
{
background-color: #28907D;
}
</style>
border-color css
<style>
span { border-color: #28907D; }
span { border-color: rgb(40,144,125); }
td.TdClassName
{
border-color: #28907D;
}
.TagClassName
{
border-color: #28907D;
}
</style>