Shades of Elf Green #26856D
Tints of Elf Green #26856D
RGB
CMYK
RGB Variations
Color information
#26856D (or 0x26856D) is known color: Elf Green. HEX triplet: 26, 85 and 6D. RGB value is (38,133,109). Sum of RGB (Red+Green+Blue) = 38+133+109=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #26856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26856D is #D97A92. Grayscale: #656565. Windows color (decimal): -14252691 or 7177510. OLE color: 7177510.
HSL color Cylindrical-coordinate representation of color #26856D: hue angle of 164.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26856D is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 109 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.48 |
| HSL | 164.84º | 0.56% | 0.34% | - |
| HSV(B) | 164.84º | 0.71% | 0.52% | - |
| XYZ | 11.95 | 18.29 | 17.37 | - |
| YUV | 101.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 109 | 0.71 | 0 | 0.18 | 0.48 | 164.84 | 0.56 | 0.34 |
| Hex | 26 | 85 | 6D | 47 | 0 | 12 | 30 | A5 | 38 | 22 |
| Octal | 46 | 205 | 155 | 107 | 0 | 22 | 60 | 245 | 70 | 42 |
| Binary | 100110 | 10000101 | 1101101 | 1000111 | 0 | 10010 | 110000 | 10100101 | 111000 | 100010 |
Color Harmonies of #26856D
Complementary color
Monochromatic Colors of #26856D
Black with #26856D
Text Example
Text Example
White with #26856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26856D; }
p { color: rgb(38,133,109); }
H1.HeaderClassName
{
color: #26856D;
}
.AnyTagClassName
{
color: #26856D;
}
</style>
background-color css
<style>
a { background-color: #26856D; }
a { background-color: rgb(38,133,109); }
div.DivClassName
{
background-color: #26856D;
}
.BgClassName
{
background-color: #26856D;
}
</style>
border-color css
<style>
span { border-color: #26856D; }
span { border-color: rgb(38,133,109); }
td.TdClassName
{
border-color: #26856D;
}
.TagClassName
{
border-color: #26856D;
}
</style>