Shades of Elf Green #269179
Tints of Elf Green #269179
RGB
CMYK
RGB Variations
Color information
#269179 (or 0x269179) is known color: Elf Green. HEX triplet: 26, 91 and 79. RGB value is (38,145,121). Sum of RGB (Red+Green+Blue) = 38+145+121=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #269179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269179 is #D96E86. Grayscale: #6E6E6E. Windows color (decimal): -14249607 or 7967014. OLE color: 7967014.
HSL color Cylindrical-coordinate representation of color #269179: hue angle of 166.54º degrees, saturation: 0.58, 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 #269179 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 121 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.43 |
| HSL | 166.54º | 0.58% | 0.36% | - |
| HSV(B) | 166.54º | 0.74% | 0.57% | - |
| XYZ | 14.38 | 22.04 | 21.59 | - |
| YUV | 110.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 121 | 0.74 | 0 | 0.17 | 0.43 | 166.54 | 0.58 | 0.36 |
| Hex | 26 | 91 | 79 | 4A | 0 | 11 | 2B | A7 | 3A | 24 |
| Octal | 46 | 221 | 171 | 112 | 0 | 21 | 53 | 247 | 72 | 44 |
| Binary | 100110 | 10010001 | 1111001 | 1001010 | 0 | 10001 | 101011 | 10100111 | 111010 | 100100 |
Color Harmonies of #269179
Complementary color
Monochromatic Colors of #269179
Black with #269179
Text Example
Text Example
White with #269179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269179; }
p { color: rgb(38,145,121); }
H1.HeaderClassName
{
color: #269179;
}
.AnyTagClassName
{
color: #269179;
}
</style>
background-color css
<style>
a { background-color: #269179; }
a { background-color: rgb(38,145,121); }
div.DivClassName
{
background-color: #269179;
}
.BgClassName
{
background-color: #269179;
}
</style>
border-color css
<style>
span { border-color: #269179; }
span { border-color: rgb(38,145,121); }
td.TdClassName
{
border-color: #269179;
}
.TagClassName
{
border-color: #269179;
}
</style>