Shades of Elf Green #268D6D
Tints of Elf Green #268D6D
RGB
CMYK
RGB Variations
Color information
#268D6D (or 0x268D6D) is known color: Elf Green. HEX triplet: 26, 8D and 6D. RGB value is (38,141,109). Sum of RGB (Red+Green+Blue) = 38+141+109=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #268D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D6D is #D97292. Grayscale: #6A6A6A. Windows color (decimal): -14250643 or 7179558. OLE color: 7179558.
HSL color Cylindrical-coordinate representation of color #268D6D: hue angle of 161.36º degrees, saturation: 0.58, 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 #268D6D is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 109 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.45 |
| HSL | 161.36º | 0.58% | 0.35% | - |
| HSV(B) | 161.36º | 0.73% | 0.55% | - |
| XYZ | 13.08 | 20.57 | 17.75 | - |
| YUV | 106.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 109 | 0.73 | 0 | 0.23 | 0.45 | 161.36 | 0.58 | 0.35 |
| Hex | 26 | 8D | 6D | 49 | 0 | 17 | 2D | A1 | 3A | 23 |
| Octal | 46 | 215 | 155 | 111 | 0 | 27 | 55 | 241 | 72 | 43 |
| Binary | 100110 | 10001101 | 1101101 | 1001001 | 0 | 10111 | 101101 | 10100001 | 111010 | 100011 |
Color Harmonies of #268D6D
Complementary color
Monochromatic Colors of #268D6D
Black with #268D6D
Text Example
Text Example
White with #268D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D6D; }
p { color: rgb(38,141,109); }
H1.HeaderClassName
{
color: #268D6D;
}
.AnyTagClassName
{
color: #268D6D;
}
</style>
background-color css
<style>
a { background-color: #268D6D; }
a { background-color: rgb(38,141,109); }
div.DivClassName
{
background-color: #268D6D;
}
.BgClassName
{
background-color: #268D6D;
}
</style>
border-color css
<style>
span { border-color: #268D6D; }
span { border-color: rgb(38,141,109); }
td.TdClassName
{
border-color: #268D6D;
}
.TagClassName
{
border-color: #268D6D;
}
</style>