Shades of Elf Green #26846C
Tints of Elf Green #26846C
RGB
CMYK
RGB Variations
Color information
#26846C (or 0x26846C) is known color: Elf Green. HEX triplet: 26, 84 and 6C. RGB value is (38,132,108). Sum of RGB (Red+Green+Blue) = 38+132+108=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #26846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26846C is #D97B93. Grayscale: #656565. Windows color (decimal): -14252948 or 7111718. OLE color: 7111718.
HSL color Cylindrical-coordinate representation of color #26846C: hue angle of 164.68º 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 #26846C is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 108 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.48 |
| HSL | 164.68º | 0.55% | 0.33% | - |
| HSV(B) | 164.68º | 0.71% | 0.52% | - |
| XYZ | 11.76 | 18 | 17.04 | - |
| YUV | 101.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 108 | 0.71 | 0 | 0.18 | 0.48 | 164.68 | 0.55 | 0.33 |
| Hex | 26 | 84 | 6C | 47 | 0 | 12 | 30 | A5 | 37 | 21 |
| Octal | 46 | 204 | 154 | 107 | 0 | 22 | 60 | 245 | 67 | 41 |
| Binary | 100110 | 10000100 | 1101100 | 1000111 | 0 | 10010 | 110000 | 10100101 | 110111 | 100001 |
Color Harmonies of #26846C
Complementary color
Monochromatic Colors of #26846C
Black with #26846C
Text Example
Text Example
White with #26846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26846C; }
p { color: rgb(38,132,108); }
H1.HeaderClassName
{
color: #26846C;
}
.AnyTagClassName
{
color: #26846C;
}
</style>
background-color css
<style>
a { background-color: #26846C; }
a { background-color: rgb(38,132,108); }
div.DivClassName
{
background-color: #26846C;
}
.BgClassName
{
background-color: #26846C;
}
</style>
border-color css
<style>
span { border-color: #26846C; }
span { border-color: rgb(38,132,108); }
td.TdClassName
{
border-color: #26846C;
}
.TagClassName
{
border-color: #26846C;
}
</style>