Shades of Elf Green #268A6D
Tints of Elf Green #268A6D
RGB
CMYK
RGB Variations
Color information
#268A6D (or 0x268A6D) is known color: Elf Green. HEX triplet: 26, 8A and 6D. RGB value is (38,138,109). Sum of RGB (Red+Green+Blue) = 38+138+109=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #268A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A6D is #D97592. Grayscale: #686868. Windows color (decimal): -14251411 or 7178790. OLE color: 7178790.
HSL color Cylindrical-coordinate representation of color #268A6D: hue angle of 162.6º 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 #268A6D is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 109 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.46 |
| HSL | 162.6º | 0.57% | 0.35% | - |
| HSV(B) | 162.6º | 0.72% | 0.54% | - |
| XYZ | 12.65 | 19.69 | 17.6 | - |
| YUV | 104.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 109 | 0.72 | 0 | 0.21 | 0.46 | 162.6 | 0.57 | 0.35 |
| Hex | 26 | 8A | 6D | 48 | 0 | 15 | 2E | A3 | 39 | 23 |
| Octal | 46 | 212 | 155 | 110 | 0 | 25 | 56 | 243 | 71 | 43 |
| Binary | 100110 | 10001010 | 1101101 | 1001000 | 0 | 10101 | 101110 | 10100011 | 111001 | 100011 |
Color Harmonies of #268A6D
Complementary color
Monochromatic Colors of #268A6D
Black with #268A6D
Text Example
Text Example
White with #268A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A6D; }
p { color: rgb(38,138,109); }
H1.HeaderClassName
{
color: #268A6D;
}
.AnyTagClassName
{
color: #268A6D;
}
</style>
background-color css
<style>
a { background-color: #268A6D; }
a { background-color: rgb(38,138,109); }
div.DivClassName
{
background-color: #268A6D;
}
.BgClassName
{
background-color: #268A6D;
}
</style>
border-color css
<style>
span { border-color: #268A6D; }
span { border-color: rgb(38,138,109); }
td.TdClassName
{
border-color: #268A6D;
}
.TagClassName
{
border-color: #268A6D;
}
</style>