Shades of Elf Green #268B6E
Tints of Elf Green #268B6E
RGB
CMYK
RGB Variations
Color information
#268B6E (or 0x268B6E) is known color: Elf Green. HEX triplet: 26, 8B and 6E. RGB value is (38,139,110). Sum of RGB (Red+Green+Blue) = 38+139+110=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #268B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B6E is #D97491. Grayscale: #696969. Windows color (decimal): -14251154 or 7244582. OLE color: 7244582.
HSL color Cylindrical-coordinate representation of color #268B6E: hue angle of 162.77º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B6E is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 110 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.45 |
| HSL | 162.77º | 0.57% | 0.35% | - |
| HSV(B) | 162.77º | 0.73% | 0.55% | - |
| XYZ | 12.85 | 20 | 17.94 | - |
| YUV | 105.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 110 | 0.73 | 0 | 0.21 | 0.45 | 162.77 | 0.57 | 0.35 |
| Hex | 26 | 8B | 6E | 49 | 0 | 15 | 2D | A3 | 39 | 23 |
| Octal | 46 | 213 | 156 | 111 | 0 | 25 | 55 | 243 | 71 | 43 |
| Binary | 100110 | 10001011 | 1101110 | 1001001 | 0 | 10101 | 101101 | 10100011 | 111001 | 100011 |
Color Harmonies of #268B6E
Complementary color
Monochromatic Colors of #268B6E
Black with #268B6E
Text Example
Text Example
White with #268B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B6E; }
p { color: rgb(38,139,110); }
H1.HeaderClassName
{
color: #268B6E;
}
.AnyTagClassName
{
color: #268B6E;
}
</style>
background-color css
<style>
a { background-color: #268B6E; }
a { background-color: rgb(38,139,110); }
div.DivClassName
{
background-color: #268B6E;
}
.BgClassName
{
background-color: #268B6E;
}
</style>
border-color css
<style>
span { border-color: #268B6E; }
span { border-color: rgb(38,139,110); }
td.TdClassName
{
border-color: #268B6E;
}
.TagClassName
{
border-color: #268B6E;
}
</style>