Shades of Elf Green #268C68
Tints of Elf Green #268C68
RGB
CMYK
RGB Variations
Color information
#268C68 (or 0x268C68) is known color: Elf Green. HEX triplet: 26, 8C and 68. RGB value is (38,140,104). Sum of RGB (Red+Green+Blue) = 38+140+104=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #268C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C68 is #D97397. Grayscale: #696969. Windows color (decimal): -14250904 or 6851622. OLE color: 6851622.
HSL color Cylindrical-coordinate representation of color #268C68: hue angle of 158.82º 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 #268C68 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 104 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.45 |
| HSL | 158.82º | 0.57% | 0.35% | - |
| HSV(B) | 158.82º | 0.73% | 0.55% | - |
| XYZ | 12.68 | 20.17 | 16.32 | - |
| YUV | 105.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 104 | 0.73 | 0 | 0.26 | 0.45 | 158.82 | 0.57 | 0.35 |
| Hex | 26 | 8C | 68 | 49 | 0 | 1A | 2D | 9F | 39 | 23 |
| Octal | 46 | 214 | 150 | 111 | 0 | 32 | 55 | 237 | 71 | 43 |
| Binary | 100110 | 10001100 | 1101000 | 1001001 | 0 | 11010 | 101101 | 10011111 | 111001 | 100011 |
Color Harmonies of #268C68
Complementary color
Monochromatic Colors of #268C68
Black with #268C68
Text Example
Text Example
White with #268C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C68; }
p { color: rgb(38,140,104); }
H1.HeaderClassName
{
color: #268C68;
}
.AnyTagClassName
{
color: #268C68;
}
</style>
background-color css
<style>
a { background-color: #268C68; }
a { background-color: rgb(38,140,104); }
div.DivClassName
{
background-color: #268C68;
}
.BgClassName
{
background-color: #268C68;
}
</style>
border-color css
<style>
span { border-color: #268C68; }
span { border-color: rgb(38,140,104); }
td.TdClassName
{
border-color: #268C68;
}
.TagClassName
{
border-color: #268C68;
}
</style>