Shades of Elf Green #26866B
Tints of Elf Green #26866B
RGB
CMYK
RGB Variations
Color information
#26866B (or 0x26866B) is known color: Elf Green. HEX triplet: 26, 86 and 6B. RGB value is (38,134,107). Sum of RGB (Red+Green+Blue) = 38+134+107=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #26866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26866B is #D97994. Grayscale: #666666. Windows color (decimal): -14252437 or 7046694. OLE color: 7046694.
HSL color Cylindrical-coordinate representation of color #26866B: hue angle of 163.12º 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 #26866B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 107 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.47 |
| HSL | 163.13º | 0.56% | 0.34% | - |
| HSV(B) | 163.13º | 0.72% | 0.53% | - |
| XYZ | 11.98 | 18.52 | 16.85 | - |
| YUV | 102.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 107 | 0.72 | 0 | 0.20 | 0.47 | 163.13 | 0.56 | 0.34 |
| Hex | 26 | 86 | 6B | 48 | 0 | 14 | 2F | A3 | 38 | 22 |
| Octal | 46 | 206 | 153 | 110 | 0 | 24 | 57 | 243 | 70 | 42 |
| Binary | 100110 | 10000110 | 1101011 | 1001000 | 0 | 10100 | 101111 | 10100011 | 111000 | 100010 |
Color Harmonies of #26866B
Complementary color
Monochromatic Colors of #26866B
Black with #26866B
Text Example
Text Example
White with #26866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26866B; }
p { color: rgb(38,134,107); }
H1.HeaderClassName
{
color: #26866B;
}
.AnyTagClassName
{
color: #26866B;
}
</style>
background-color css
<style>
a { background-color: #26866B; }
a { background-color: rgb(38,134,107); }
div.DivClassName
{
background-color: #26866B;
}
.BgClassName
{
background-color: #26866B;
}
</style>
border-color css
<style>
span { border-color: #26866B; }
span { border-color: rgb(38,134,107); }
td.TdClassName
{
border-color: #26866B;
}
.TagClassName
{
border-color: #26866B;
}
</style>