Shades of Elf Green #26826B
Tints of Elf Green #26826B
RGB
CMYK
RGB Variations
Color information
#26826B (or 0x26826B) is known color: Elf Green. HEX triplet: 26, 82 and 6B. RGB value is (38,130,107). Sum of RGB (Red+Green+Blue) = 38+130+107=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #26826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26826B is #D97D94. Grayscale: #636363. Windows color (decimal): -14253461 or 7045670. OLE color: 7045670.
HSL color Cylindrical-coordinate representation of color #26826B: hue angle of 165º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26826B is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 107 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.49 |
| HSL | 165º | 0.55% | 0.33% | - |
| HSV(B) | 165º | 0.71% | 0.51% | - |
| XYZ | 11.44 | 17.44 | 16.67 | - |
| YUV | 99.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 107 | 0.71 | 0 | 0.18 | 0.49 | 165 | 0.55 | 0.33 |
| Hex | 26 | 82 | 6B | 47 | 0 | 12 | 31 | A5 | 37 | 21 |
| Octal | 46 | 202 | 153 | 107 | 0 | 22 | 61 | 245 | 67 | 41 |
| Binary | 100110 | 10000010 | 1101011 | 1000111 | 0 | 10010 | 110001 | 10100101 | 110111 | 100001 |
Color Harmonies of #26826B
Complementary color
Monochromatic Colors of #26826B
Black with #26826B
Text Example
Text Example
White with #26826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26826B; }
p { color: rgb(38,130,107); }
H1.HeaderClassName
{
color: #26826B;
}
.AnyTagClassName
{
color: #26826B;
}
</style>
background-color css
<style>
a { background-color: #26826B; }
a { background-color: rgb(38,130,107); }
div.DivClassName
{
background-color: #26826B;
}
.BgClassName
{
background-color: #26826B;
}
</style>
border-color css
<style>
span { border-color: #26826B; }
span { border-color: rgb(38,130,107); }
td.TdClassName
{
border-color: #26826B;
}
.TagClassName
{
border-color: #26826B;
}
</style>