Shades of Elf Green #269173
Tints of Elf Green #269173
RGB
CMYK
RGB Variations
Color information
#269173 (or 0x269173) is known color: Elf Green. HEX triplet: 26, 91 and 73. RGB value is (38,145,115). Sum of RGB (Red+Green+Blue) = 38+145+115=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #269173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269173 is #D96E8C. Grayscale: #6D6D6D. Windows color (decimal): -14249613 or 7573798. OLE color: 7573798.
HSL color Cylindrical-coordinate representation of color #269173: hue angle of 163.18º 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 #269173 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 115 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.43 |
| HSL | 163.18º | 0.58% | 0.36% | - |
| HSV(B) | 163.18º | 0.74% | 0.57% | - |
| XYZ | 14.02 | 21.9 | 19.71 | - |
| YUV | 109.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 115 | 0.74 | 0 | 0.21 | 0.43 | 163.18 | 0.58 | 0.36 |
| Hex | 26 | 91 | 73 | 4A | 0 | 15 | 2B | A3 | 3A | 24 |
| Octal | 46 | 221 | 163 | 112 | 0 | 25 | 53 | 243 | 72 | 44 |
| Binary | 100110 | 10010001 | 1110011 | 1001010 | 0 | 10101 | 101011 | 10100011 | 111010 | 100100 |
Color Harmonies of #269173
Complementary color
Monochromatic Colors of #269173
Black with #269173
Text Example
Text Example
White with #269173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269173; }
p { color: rgb(38,145,115); }
H1.HeaderClassName
{
color: #269173;
}
.AnyTagClassName
{
color: #269173;
}
</style>
background-color css
<style>
a { background-color: #269173; }
a { background-color: rgb(38,145,115); }
div.DivClassName
{
background-color: #269173;
}
.BgClassName
{
background-color: #269173;
}
</style>
border-color css
<style>
span { border-color: #269173; }
span { border-color: rgb(38,145,115); }
td.TdClassName
{
border-color: #269173;
}
.TagClassName
{
border-color: #269173;
}
</style>