Shades of Elf Green #26886E
Tints of Elf Green #26886E
RGB
CMYK
RGB Variations
Color information
#26886E (or 0x26886E) is known color: Elf Green. HEX triplet: 26, 88 and 6E. RGB value is (38,136,110). Sum of RGB (Red+Green+Blue) = 38+136+110=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #26886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26886E is #D97791. Grayscale: #676767. Windows color (decimal): -14251922 or 7243814. OLE color: 7243814.
HSL color Cylindrical-coordinate representation of color #26886E: hue angle of 164.08º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26886E is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 110 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.47 |
| HSL | 164.08º | 0.56% | 0.34% | - |
| HSV(B) | 164.08º | 0.72% | 0.53% | - |
| XYZ | 12.42 | 19.15 | 17.79 | - |
| YUV | 103.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 110 | 0.72 | 0 | 0.19 | 0.47 | 164.08 | 0.56 | 0.34 |
| Hex | 26 | 88 | 6E | 48 | 0 | 13 | 2F | A4 | 38 | 22 |
| Octal | 46 | 210 | 156 | 110 | 0 | 23 | 57 | 244 | 70 | 42 |
| Binary | 100110 | 10001000 | 1101110 | 1001000 | 0 | 10011 | 101111 | 10100100 | 111000 | 100010 |
Color Harmonies of #26886E
Complementary color
Monochromatic Colors of #26886E
Black with #26886E
Text Example
Text Example
White with #26886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26886E; }
p { color: rgb(38,136,110); }
H1.HeaderClassName
{
color: #26886E;
}
.AnyTagClassName
{
color: #26886E;
}
</style>
background-color css
<style>
a { background-color: #26886E; }
a { background-color: rgb(38,136,110); }
div.DivClassName
{
background-color: #26886E;
}
.BgClassName
{
background-color: #26886E;
}
</style>
border-color css
<style>
span { border-color: #26886E; }
span { border-color: rgb(38,136,110); }
td.TdClassName
{
border-color: #26886E;
}
.TagClassName
{
border-color: #26886E;
}
</style>