Shades of Elf Green #269A73
Tints of Elf Green #269A73
RGB
CMYK
RGB Variations
Color information
#269A73 (or 0x269A73) is known color: Elf Green. HEX triplet: 26, 9A and 73. RGB value is (38,154,115). Sum of RGB (Red+Green+Blue) = 38+154+115=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #269A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A73 is #D9658C. Grayscale: #727272. Windows color (decimal): -14247309 or 7576102. OLE color: 7576102.
HSL color Cylindrical-coordinate representation of color #269A73: hue angle of 159.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A73 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 115 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.40 |
| HSL | 159.83º | 0.6% | 0.38% | - |
| HSV(B) | 159.83º | 0.75% | 0.6% | - |
| XYZ | 15.45 | 24.76 | 20.18 | - |
| YUV | 114.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 115 | 0.75 | 0 | 0.25 | 0.40 | 159.83 | 0.6 | 0.38 |
| Hex | 26 | 9A | 73 | 4B | 0 | 19 | 28 | A0 | 3C | 26 |
| Octal | 46 | 232 | 163 | 113 | 0 | 31 | 50 | 240 | 74 | 46 |
| Binary | 100110 | 10011010 | 1110011 | 1001011 | 0 | 11001 | 101000 | 10100000 | 111100 | 100110 |
Color Harmonies of #269A73
Complementary color
Monochromatic Colors of #269A73
Black with #269A73
Text Example
Text Example
White with #269A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A73; }
p { color: rgb(38,154,115); }
H1.HeaderClassName
{
color: #269A73;
}
.AnyTagClassName
{
color: #269A73;
}
</style>
background-color css
<style>
a { background-color: #269A73; }
a { background-color: rgb(38,154,115); }
div.DivClassName
{
background-color: #269A73;
}
.BgClassName
{
background-color: #269A73;
}
</style>
border-color css
<style>
span { border-color: #269A73; }
span { border-color: rgb(38,154,115); }
td.TdClassName
{
border-color: #269A73;
}
.TagClassName
{
border-color: #269A73;
}
</style>