Shades of Elf Green #26917C
Tints of Elf Green #26917C
RGB
CMYK
RGB Variations
Color information
#26917C (or 0x26917C) is known color: Elf Green. HEX triplet: 26, 91 and 7C. RGB value is (38,145,124). Sum of RGB (Red+Green+Blue) = 38+145+124=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #26917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26917C is #D96E83. Grayscale: #6E6E6E. Windows color (decimal): -14249604 or 8163622. OLE color: 8163622.
HSL color Cylindrical-coordinate representation of color #26917C: hue angle of 168.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26917C is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 124 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.43 |
| HSL | 168.22º | 0.58% | 0.36% | - |
| HSV(B) | 168.22º | 0.74% | 0.57% | - |
| XYZ | 14.56 | 22.12 | 22.57 | - |
| YUV | 110.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 124 | 0.74 | 0 | 0.14 | 0.43 | 168.22 | 0.58 | 0.36 |
| Hex | 26 | 91 | 7C | 4A | 0 | E | 2B | A8 | 3A | 24 |
| Octal | 46 | 221 | 174 | 112 | 0 | 16 | 53 | 250 | 72 | 44 |
| Binary | 100110 | 10010001 | 1111100 | 1001010 | 0 | 1110 | 101011 | 10101000 | 111010 | 100100 |
Color Harmonies of #26917C
Complementary color
Monochromatic Colors of #26917C
Black with #26917C
Text Example
Text Example
White with #26917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26917C; }
p { color: rgb(38,145,124); }
H1.HeaderClassName
{
color: #26917C;
}
.AnyTagClassName
{
color: #26917C;
}
</style>
background-color css
<style>
a { background-color: #26917C; }
a { background-color: rgb(38,145,124); }
div.DivClassName
{
background-color: #26917C;
}
.BgClassName
{
background-color: #26917C;
}
</style>
border-color css
<style>
span { border-color: #26917C; }
span { border-color: rgb(38,145,124); }
td.TdClassName
{
border-color: #26917C;
}
.TagClassName
{
border-color: #26917C;
}
</style>