Shades of Elf Green #268F73
Tints of Elf Green #268F73
RGB
CMYK
RGB Variations
Color information
#268F73 (or 0x268F73) is known color: Elf Green. HEX triplet: 26, 8F and 73. RGB value is (38,143,115). Sum of RGB (Red+Green+Blue) = 38+143+115=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #268F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F73 is #D9708C. Grayscale: #6C6C6C. Windows color (decimal): -14250125 or 7573286. OLE color: 7573286.
HSL color Cylindrical-coordinate representation of color #268F73: hue angle of 164º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F73 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 115 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.44 |
| HSL | 164º | 0.58% | 0.35% | - |
| HSV(B) | 164º | 0.73% | 0.56% | - |
| XYZ | 13.72 | 21.29 | 19.61 | - |
| YUV | 108.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 115 | 0.73 | 0 | 0.20 | 0.44 | 164 | 0.58 | 0.35 |
| Hex | 26 | 8F | 73 | 49 | 0 | 14 | 2C | A4 | 3A | 23 |
| Octal | 46 | 217 | 163 | 111 | 0 | 24 | 54 | 244 | 72 | 43 |
| Binary | 100110 | 10001111 | 1110011 | 1001001 | 0 | 10100 | 101100 | 10100100 | 111010 | 100011 |
Color Harmonies of #268F73
Complementary color
Monochromatic Colors of #268F73
Black with #268F73
Text Example
Text Example
White with #268F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F73; }
p { color: rgb(38,143,115); }
H1.HeaderClassName
{
color: #268F73;
}
.AnyTagClassName
{
color: #268F73;
}
</style>
background-color css
<style>
a { background-color: #268F73; }
a { background-color: rgb(38,143,115); }
div.DivClassName
{
background-color: #268F73;
}
.BgClassName
{
background-color: #268F73;
}
</style>
border-color css
<style>
span { border-color: #268F73; }
span { border-color: rgb(38,143,115); }
td.TdClassName
{
border-color: #268F73;
}
.TagClassName
{
border-color: #268F73;
}
</style>