Shades of Elf Green #268A6E
Tints of Elf Green #268A6E
RGB
CMYK
RGB Variations
Color information
#268A6E (or 0x268A6E) is known color: Elf Green. HEX triplet: 26, 8A and 6E. RGB value is (38,138,110). Sum of RGB (Red+Green+Blue) = 38+138+110=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #268A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A6E is #D97591. Grayscale: #686868. Windows color (decimal): -14251410 or 7244326. OLE color: 7244326.
HSL color Cylindrical-coordinate representation of color #268A6E: hue angle of 163.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A6E is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 110 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.46 |
| HSL | 163.2º | 0.57% | 0.35% | - |
| HSV(B) | 163.2º | 0.72% | 0.54% | - |
| XYZ | 12.7 | 19.71 | 17.89 | - |
| YUV | 104.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 110 | 0.72 | 0 | 0.20 | 0.46 | 163.2 | 0.57 | 0.35 |
| Hex | 26 | 8A | 6E | 48 | 0 | 14 | 2E | A3 | 39 | 23 |
| Octal | 46 | 212 | 156 | 110 | 0 | 24 | 56 | 243 | 71 | 43 |
| Binary | 100110 | 10001010 | 1101110 | 1001000 | 0 | 10100 | 101110 | 10100011 | 111001 | 100011 |
Color Harmonies of #268A6E
Complementary color
Monochromatic Colors of #268A6E
Black with #268A6E
Text Example
Text Example
White with #268A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A6E; }
p { color: rgb(38,138,110); }
H1.HeaderClassName
{
color: #268A6E;
}
.AnyTagClassName
{
color: #268A6E;
}
</style>
background-color css
<style>
a { background-color: #268A6E; }
a { background-color: rgb(38,138,110); }
div.DivClassName
{
background-color: #268A6E;
}
.BgClassName
{
background-color: #268A6E;
}
</style>
border-color css
<style>
span { border-color: #268A6E; }
span { border-color: rgb(38,138,110); }
td.TdClassName
{
border-color: #268A6E;
}
.TagClassName
{
border-color: #268A6E;
}
</style>