Shades of Elf Green #26976A
Tints of Elf Green #26976A
RGB
CMYK
RGB Variations
Color information
#26976A (or 0x26976A) is known color: Elf Green. HEX triplet: 26, 97 and 6A. RGB value is (38,151,106). Sum of RGB (Red+Green+Blue) = 38+151+106=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #26976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26976A is #D96895. Grayscale: #707070. Windows color (decimal): -14248086 or 6985510. OLE color: 6985510.
HSL color Cylindrical-coordinate representation of color #26976A: hue angle of 156.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26976A is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 106 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.41 |
| HSL | 156.11º | 0.6% | 0.37% | - |
| HSV(B) | 156.11º | 0.75% | 0.59% | - |
| XYZ | 14.47 | 23.59 | 17.43 | - |
| YUV | 112.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 106 | 0.75 | 0 | 0.30 | 0.41 | 156.11 | 0.6 | 0.37 |
| Hex | 26 | 97 | 6A | 4B | 0 | 1E | 29 | 9C | 3C | 25 |
| Octal | 46 | 227 | 152 | 113 | 0 | 36 | 51 | 234 | 74 | 45 |
| Binary | 100110 | 10010111 | 1101010 | 1001011 | 0 | 11110 | 101001 | 10011100 | 111100 | 100101 |
Color Harmonies of #26976A
Complementary color
Monochromatic Colors of #26976A
Black with #26976A
Text Example
Text Example
White with #26976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26976A; }
p { color: rgb(38,151,106); }
H1.HeaderClassName
{
color: #26976A;
}
.AnyTagClassName
{
color: #26976A;
}
</style>
background-color css
<style>
a { background-color: #26976A; }
a { background-color: rgb(38,151,106); }
div.DivClassName
{
background-color: #26976A;
}
.BgClassName
{
background-color: #26976A;
}
</style>
border-color css
<style>
span { border-color: #26976A; }
span { border-color: rgb(38,151,106); }
td.TdClassName
{
border-color: #26976A;
}
.TagClassName
{
border-color: #26976A;
}
</style>