Shades of Elf Green #26846E
Tints of Elf Green #26846E
RGB
CMYK
RGB Variations
Color information
#26846E (or 0x26846E) is known color: Elf Green. HEX triplet: 26, 84 and 6E. RGB value is (38,132,110). Sum of RGB (Red+Green+Blue) = 38+132+110=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #26846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26846E is #D97B91. Grayscale: #656565. Windows color (decimal): -14252946 or 7242790. OLE color: 7242790.
HSL color Cylindrical-coordinate representation of color #26846E: hue angle of 165.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26846E is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 110 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.48 |
| HSL | 165.96º | 0.55% | 0.33% | - |
| HSV(B) | 165.96º | 0.71% | 0.52% | - |
| XYZ | 11.87 | 18.04 | 17.61 | - |
| YUV | 101.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 110 | 0.71 | 0 | 0.17 | 0.48 | 165.96 | 0.55 | 0.33 |
| Hex | 26 | 84 | 6E | 47 | 0 | 11 | 30 | A6 | 37 | 21 |
| Octal | 46 | 204 | 156 | 107 | 0 | 21 | 60 | 246 | 67 | 41 |
| Binary | 100110 | 10000100 | 1101110 | 1000111 | 0 | 10001 | 110000 | 10100110 | 110111 | 100001 |
Color Harmonies of #26846E
Complementary color
Monochromatic Colors of #26846E
Black with #26846E
Text Example
Text Example
White with #26846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26846E; }
p { color: rgb(38,132,110); }
H1.HeaderClassName
{
color: #26846E;
}
.AnyTagClassName
{
color: #26846E;
}
</style>
background-color css
<style>
a { background-color: #26846E; }
a { background-color: rgb(38,132,110); }
div.DivClassName
{
background-color: #26846E;
}
.BgClassName
{
background-color: #26846E;
}
</style>
border-color css
<style>
span { border-color: #26846E; }
span { border-color: rgb(38,132,110); }
td.TdClassName
{
border-color: #26846E;
}
.TagClassName
{
border-color: #26846E;
}
</style>