Shades of Elf Green #268E6A
Tints of Elf Green #268E6A
RGB
CMYK
RGB Variations
Color information
#268E6A (or 0x268E6A) is known color: Elf Green. HEX triplet: 26, 8E and 6A. RGB value is (38,142,106). Sum of RGB (Red+Green+Blue) = 38+142+106=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #268E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E6A is #D97195. Grayscale: #6A6A6A. Windows color (decimal): -14250390 or 6983206. OLE color: 6983206.
HSL color Cylindrical-coordinate representation of color #268E6A: hue angle of 159.23º 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 #268E6A is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 106 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.44 |
| HSL | 159.23º | 0.58% | 0.35% | - |
| HSV(B) | 159.23º | 0.73% | 0.56% | - |
| XYZ | 13.07 | 20.8 | 16.96 | - |
| YUV | 106.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 106 | 0.73 | 0 | 0.25 | 0.44 | 159.23 | 0.58 | 0.35 |
| Hex | 26 | 8E | 6A | 49 | 0 | 19 | 2C | 9F | 3A | 23 |
| Octal | 46 | 216 | 152 | 111 | 0 | 31 | 54 | 237 | 72 | 43 |
| Binary | 100110 | 10001110 | 1101010 | 1001001 | 0 | 11001 | 101100 | 10011111 | 111010 | 100011 |
Color Harmonies of #268E6A
Complementary color
Monochromatic Colors of #268E6A
Black with #268E6A
Text Example
Text Example
White with #268E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E6A; }
p { color: rgb(38,142,106); }
H1.HeaderClassName
{
color: #268E6A;
}
.AnyTagClassName
{
color: #268E6A;
}
</style>
background-color css
<style>
a { background-color: #268E6A; }
a { background-color: rgb(38,142,106); }
div.DivClassName
{
background-color: #268E6A;
}
.BgClassName
{
background-color: #268E6A;
}
</style>
border-color css
<style>
span { border-color: #268E6A; }
span { border-color: rgb(38,142,106); }
td.TdClassName
{
border-color: #268E6A;
}
.TagClassName
{
border-color: #268E6A;
}
</style>