Shades of Elf Green #26856E
Tints of Elf Green #26856E
RGB
CMYK
RGB Variations
Color information
#26856E (or 0x26856E) is known color: Elf Green. HEX triplet: 26, 85 and 6E. RGB value is (38,133,110). Sum of RGB (Red+Green+Blue) = 38+133+110=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #26856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26856E is #D97A91. Grayscale: #656565. Windows color (decimal): -14252690 or 7243046. OLE color: 7243046.
HSL color Cylindrical-coordinate representation of color #26856E: hue angle of 165.47º 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 #26856E is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 110 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.48 |
| HSL | 165.47º | 0.56% | 0.34% | - |
| HSV(B) | 165.47º | 0.71% | 0.52% | - |
| XYZ | 12 | 18.31 | 17.65 | - |
| YUV | 101.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 110 | 0.71 | 0 | 0.17 | 0.48 | 165.47 | 0.56 | 0.34 |
| Hex | 26 | 85 | 6E | 47 | 0 | 11 | 30 | A5 | 38 | 22 |
| Octal | 46 | 205 | 156 | 107 | 0 | 21 | 60 | 245 | 70 | 42 |
| Binary | 100110 | 10000101 | 1101110 | 1000111 | 0 | 10001 | 110000 | 10100101 | 111000 | 100010 |
Color Harmonies of #26856E
Complementary color
Monochromatic Colors of #26856E
Black with #26856E
Text Example
Text Example
White with #26856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26856E; }
p { color: rgb(38,133,110); }
H1.HeaderClassName
{
color: #26856E;
}
.AnyTagClassName
{
color: #26856E;
}
</style>
background-color css
<style>
a { background-color: #26856E; }
a { background-color: rgb(38,133,110); }
div.DivClassName
{
background-color: #26856E;
}
.BgClassName
{
background-color: #26856E;
}
</style>
border-color css
<style>
span { border-color: #26856E; }
span { border-color: rgb(38,133,110); }
td.TdClassName
{
border-color: #26856E;
}
.TagClassName
{
border-color: #26856E;
}
</style>