Shades of Elf Green #26956B
Tints of Elf Green #26956B
RGB
CMYK
RGB Variations
Color information
#26956B (or 0x26956B) is known color: Elf Green. HEX triplet: 26, 95 and 6B. RGB value is (38,149,107). Sum of RGB (Red+Green+Blue) = 38+149+107=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #26956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26956B is #D96A94. Grayscale: #6F6F6F. Windows color (decimal): -14248597 or 7050534. OLE color: 7050534.
HSL color Cylindrical-coordinate representation of color #26956B: hue angle of 157.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26956B is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 107 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.42 |
| HSL | 157.3º | 0.59% | 0.37% | - |
| HSV(B) | 157.3º | 0.74% | 0.58% | - |
| XYZ | 14.2 | 22.97 | 17.59 | - |
| YUV | 111.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 107 | 0.74 | 0 | 0.28 | 0.42 | 157.3 | 0.59 | 0.37 |
| Hex | 26 | 95 | 6B | 4A | 0 | 1C | 2A | 9D | 3B | 25 |
| Octal | 46 | 225 | 153 | 112 | 0 | 34 | 52 | 235 | 73 | 45 |
| Binary | 100110 | 10010101 | 1101011 | 1001010 | 0 | 11100 | 101010 | 10011101 | 111011 | 100101 |
Color Harmonies of #26956B
Complementary color
Monochromatic Colors of #26956B
Black with #26956B
Text Example
Text Example
White with #26956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26956B; }
p { color: rgb(38,149,107); }
H1.HeaderClassName
{
color: #26956B;
}
.AnyTagClassName
{
color: #26956B;
}
</style>
background-color css
<style>
a { background-color: #26956B; }
a { background-color: rgb(38,149,107); }
div.DivClassName
{
background-color: #26956B;
}
.BgClassName
{
background-color: #26956B;
}
</style>
border-color css
<style>
span { border-color: #26956B; }
span { border-color: rgb(38,149,107); }
td.TdClassName
{
border-color: #26956B;
}
.TagClassName
{
border-color: #26956B;
}
</style>