Shades of Elf Green #26926D
Tints of Elf Green #26926D
RGB
CMYK
RGB Variations
Color information
#26926D (or 0x26926D) is known color: Elf Green. HEX triplet: 26, 92 and 6D. RGB value is (38,146,109). Sum of RGB (Red+Green+Blue) = 38+146+109=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #26926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26926D is #D96D92. Grayscale: #6D6D6D. Windows color (decimal): -14249363 or 7180838. OLE color: 7180838.
HSL color Cylindrical-coordinate representation of color #26926D: hue angle of 159.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26926D is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 109 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.43 |
| HSL | 159.44º | 0.59% | 0.36% | - |
| HSV(B) | 159.44º | 0.74% | 0.57% | - |
| XYZ | 13.84 | 22.07 | 18 | - |
| YUV | 109.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 109 | 0.74 | 0 | 0.25 | 0.43 | 159.44 | 0.59 | 0.36 |
| Hex | 26 | 92 | 6D | 4A | 0 | 19 | 2B | 9F | 3B | 24 |
| Octal | 46 | 222 | 155 | 112 | 0 | 31 | 53 | 237 | 73 | 44 |
| Binary | 100110 | 10010010 | 1101101 | 1001010 | 0 | 11001 | 101011 | 10011111 | 111011 | 100100 |
Color Harmonies of #26926D
Complementary color
Monochromatic Colors of #26926D
Black with #26926D
Text Example
Text Example
White with #26926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26926D; }
p { color: rgb(38,146,109); }
H1.HeaderClassName
{
color: #26926D;
}
.AnyTagClassName
{
color: #26926D;
}
</style>
background-color css
<style>
a { background-color: #26926D; }
a { background-color: rgb(38,146,109); }
div.DivClassName
{
background-color: #26926D;
}
.BgClassName
{
background-color: #26926D;
}
</style>
border-color css
<style>
span { border-color: #26926D; }
span { border-color: rgb(38,146,109); }
td.TdClassName
{
border-color: #26926D;
}
.TagClassName
{
border-color: #26926D;
}
</style>