Shades of Elf Green #289B75
Tints of Elf Green #289B75
RGB
CMYK
RGB Variations
Color information
#289B75 (or 0x289B75) is known color: Elf Green. HEX triplet: 28, 9B and 75. RGB value is (40,155,117). Sum of RGB (Red+Green+Blue) = 40+155+117=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #289B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B75 is #D7648A. Grayscale: #747474. Windows color (decimal): -14115979 or 7707432. OLE color: 7707432.
HSL color Cylindrical-coordinate representation of color #289B75: hue angle of 160.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B75 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 117 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.39 |
| HSL | 160.17º | 0.59% | 0.38% | - |
| HSV(B) | 160.17º | 0.74% | 0.61% | - |
| XYZ | 15.81 | 25.18 | 20.86 | - |
| YUV | 116.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 117 | 0.74 | 0 | 0.25 | 0.39 | 160.17 | 0.59 | 0.38 |
| Hex | 28 | 9B | 75 | 4A | 0 | 19 | 27 | A0 | 3B | 26 |
| Octal | 50 | 233 | 165 | 112 | 0 | 31 | 47 | 240 | 73 | 46 |
| Binary | 101000 | 10011011 | 1110101 | 1001010 | 0 | 11001 | 100111 | 10100000 | 111011 | 100110 |
Color Harmonies of #289B75
Complementary color
Monochromatic Colors of #289B75
Black with #289B75
Text Example
Text Example
White with #289B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B75; }
p { color: rgb(40,155,117); }
H1.HeaderClassName
{
color: #289B75;
}
.AnyTagClassName
{
color: #289B75;
}
</style>
background-color css
<style>
a { background-color: #289B75; }
a { background-color: rgb(40,155,117); }
div.DivClassName
{
background-color: #289B75;
}
.BgClassName
{
background-color: #289B75;
}
</style>
border-color css
<style>
span { border-color: #289B75; }
span { border-color: rgb(40,155,117); }
td.TdClassName
{
border-color: #289B75;
}
.TagClassName
{
border-color: #289B75;
}
</style>