Shades of Elf Green #268E7A
Tints of Elf Green #268E7A
RGB
CMYK
RGB Variations
Color information
#268E7A (or 0x268E7A) is known color: Elf Green. HEX triplet: 26, 8E and 7A. RGB value is (38,142,122). Sum of RGB (Red+Green+Blue) = 38+142+122=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #268E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E7A is #D97185. Grayscale: #6C6C6C. Windows color (decimal): -14250374 or 8031782. OLE color: 8031782.
HSL color Cylindrical-coordinate representation of color #268E7A: hue angle of 168.46º 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 #268E7A is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 122 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.44 |
| HSL | 168.46º | 0.58% | 0.35% | - |
| HSV(B) | 168.46º | 0.73% | 0.56% | - |
| XYZ | 13.99 | 21.16 | 21.76 | - |
| YUV | 108.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 122 | 0.73 | 0 | 0.14 | 0.44 | 168.46 | 0.58 | 0.35 |
| Hex | 26 | 8E | 7A | 49 | 0 | E | 2C | A8 | 3A | 23 |
| Octal | 46 | 216 | 172 | 111 | 0 | 16 | 54 | 250 | 72 | 43 |
| Binary | 100110 | 10001110 | 1111010 | 1001001 | 0 | 1110 | 101100 | 10101000 | 111010 | 100011 |
Color Harmonies of #268E7A
Complementary color
Monochromatic Colors of #268E7A
Black with #268E7A
Text Example
Text Example
White with #268E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E7A; }
p { color: rgb(38,142,122); }
H1.HeaderClassName
{
color: #268E7A;
}
.AnyTagClassName
{
color: #268E7A;
}
</style>
background-color css
<style>
a { background-color: #268E7A; }
a { background-color: rgb(38,142,122); }
div.DivClassName
{
background-color: #268E7A;
}
.BgClassName
{
background-color: #268E7A;
}
</style>
border-color css
<style>
span { border-color: #268E7A; }
span { border-color: rgb(38,142,122); }
td.TdClassName
{
border-color: #268E7A;
}
.TagClassName
{
border-color: #268E7A;
}
</style>