Shades of Elf Green #289270
Tints of Elf Green #289270
RGB
CMYK
RGB Variations
Color information
#289270 (or 0x289270) is known color: Elf Green. HEX triplet: 28, 92 and 70. RGB value is (40,146,112). Sum of RGB (Red+Green+Blue) = 40+146+112=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #289270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289270 is #D76D8F. Grayscale: #6E6E6E. Windows color (decimal): -14118288 or 7377448. OLE color: 7377448.
HSL color Cylindrical-coordinate representation of color #289270: hue angle of 160.75º 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 #289270 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 112 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.43 |
| HSL | 160.75º | 0.57% | 0.36% | - |
| HSV(B) | 160.75º | 0.73% | 0.57% | - |
| XYZ | 14.08 | 22.18 | 18.87 | - |
| YUV | 110.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 112 | 0.73 | 0 | 0.23 | 0.43 | 160.75 | 0.57 | 0.36 |
| Hex | 28 | 92 | 70 | 49 | 0 | 17 | 2B | A1 | 39 | 24 |
| Octal | 50 | 222 | 160 | 111 | 0 | 27 | 53 | 241 | 71 | 44 |
| Binary | 101000 | 10010010 | 1110000 | 1001001 | 0 | 10111 | 101011 | 10100001 | 111001 | 100100 |
Color Harmonies of #289270
Complementary color
Monochromatic Colors of #289270
Black with #289270
Text Example
Text Example
White with #289270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289270; }
p { color: rgb(40,146,112); }
H1.HeaderClassName
{
color: #289270;
}
.AnyTagClassName
{
color: #289270;
}
</style>
background-color css
<style>
a { background-color: #289270; }
a { background-color: rgb(40,146,112); }
div.DivClassName
{
background-color: #289270;
}
.BgClassName
{
background-color: #289270;
}
</style>
border-color css
<style>
span { border-color: #289270; }
span { border-color: rgb(40,146,112); }
td.TdClassName
{
border-color: #289270;
}
.TagClassName
{
border-color: #289270;
}
</style>