Shades of Elf Green #268973
Tints of Elf Green #268973
RGB
CMYK
RGB Variations
Color information
#268973 (or 0x268973) is known color: Elf Green. HEX triplet: 26, 89 and 73. RGB value is (38,137,115). Sum of RGB (Red+Green+Blue) = 38+137+115=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #268973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268973 is #D9768C. Grayscale: #686868. Windows color (decimal): -14251661 or 7571750. OLE color: 7571750.
HSL color Cylindrical-coordinate representation of color #268973: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268973 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 115 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.46 |
| HSL | 166.67º | 0.57% | 0.34% | - |
| HSV(B) | 166.67º | 0.72% | 0.54% | - |
| XYZ | 12.84 | 19.54 | 19.31 | - |
| YUV | 104.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 115 | 0.72 | 0 | 0.16 | 0.46 | 166.67 | 0.57 | 0.34 |
| Hex | 26 | 89 | 73 | 48 | 0 | 10 | 2E | A7 | 39 | 22 |
| Octal | 46 | 211 | 163 | 110 | 0 | 20 | 56 | 247 | 71 | 42 |
| Binary | 100110 | 10001001 | 1110011 | 1001000 | 0 | 10000 | 101110 | 10100111 | 111001 | 100010 |
Color Harmonies of #268973
Complementary color
Monochromatic Colors of #268973
Black with #268973
Text Example
Text Example
White with #268973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268973; }
p { color: rgb(38,137,115); }
H1.HeaderClassName
{
color: #268973;
}
.AnyTagClassName
{
color: #268973;
}
</style>
background-color css
<style>
a { background-color: #268973; }
a { background-color: rgb(38,137,115); }
div.DivClassName
{
background-color: #268973;
}
.BgClassName
{
background-color: #268973;
}
</style>
border-color css
<style>
span { border-color: #268973; }
span { border-color: rgb(38,137,115); }
td.TdClassName
{
border-color: #268973;
}
.TagClassName
{
border-color: #268973;
}
</style>