Shades of Elf Green #26946B
Tints of Elf Green #26946B
RGB
CMYK
RGB Variations
Color information
#26946B (or 0x26946B) is known color: Elf Green. HEX triplet: 26, 94 and 6B. RGB value is (38,148,107). Sum of RGB (Red+Green+Blue) = 38+148+107=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #26946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26946B is #D96B94. Grayscale: #6E6E6E. Windows color (decimal): -14248853 or 7050278. OLE color: 7050278.
HSL color Cylindrical-coordinate representation of color #26946B: hue angle of 157.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26946B is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 107 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.42 |
| HSL | 157.64º | 0.59% | 0.36% | - |
| HSV(B) | 157.64º | 0.74% | 0.58% | - |
| XYZ | 14.04 | 22.65 | 17.54 | - |
| YUV | 110.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 107 | 0.74 | 0 | 0.28 | 0.42 | 157.64 | 0.59 | 0.36 |
| Hex | 26 | 94 | 6B | 4A | 0 | 1C | 2A | 9E | 3B | 24 |
| Octal | 46 | 224 | 153 | 112 | 0 | 34 | 52 | 236 | 73 | 44 |
| Binary | 100110 | 10010100 | 1101011 | 1001010 | 0 | 11100 | 101010 | 10011110 | 111011 | 100100 |
Color Harmonies of #26946B
Complementary color
Monochromatic Colors of #26946B
Black with #26946B
Text Example
Text Example
White with #26946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26946B; }
p { color: rgb(38,148,107); }
H1.HeaderClassName
{
color: #26946B;
}
.AnyTagClassName
{
color: #26946B;
}
</style>
background-color css
<style>
a { background-color: #26946B; }
a { background-color: rgb(38,148,107); }
div.DivClassName
{
background-color: #26946B;
}
.BgClassName
{
background-color: #26946B;
}
</style>
border-color css
<style>
span { border-color: #26946B; }
span { border-color: rgb(38,148,107); }
td.TdClassName
{
border-color: #26946B;
}
.TagClassName
{
border-color: #26946B;
}
</style>