Shades of Elf Green #268C78
Tints of Elf Green #268C78
RGB
CMYK
RGB Variations
Color information
#268C78 (or 0x268C78) is known color: Elf Green. HEX triplet: 26, 8C and 78. RGB value is (38,140,120). Sum of RGB (Red+Green+Blue) = 38+140+120=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #268C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C78 is #D97387. Grayscale: #6B6B6B. Windows color (decimal): -14250888 or 7900198. OLE color: 7900198.
HSL color Cylindrical-coordinate representation of color #268C78: hue angle of 168.24º 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 #268C78 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 120 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.45 |
| HSL | 168.24º | 0.57% | 0.35% | - |
| HSV(B) | 168.24º | 0.73% | 0.55% | - |
| XYZ | 13.57 | 20.52 | 21.02 | - |
| YUV | 107.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 120 | 0.73 | 0 | 0.14 | 0.45 | 168.24 | 0.57 | 0.35 |
| Hex | 26 | 8C | 78 | 49 | 0 | E | 2D | A8 | 39 | 23 |
| Octal | 46 | 214 | 170 | 111 | 0 | 16 | 55 | 250 | 71 | 43 |
| Binary | 100110 | 10001100 | 1111000 | 1001001 | 0 | 1110 | 101101 | 10101000 | 111001 | 100011 |
Color Harmonies of #268C78
Complementary color
Monochromatic Colors of #268C78
Black with #268C78
Text Example
Text Example
White with #268C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C78; }
p { color: rgb(38,140,120); }
H1.HeaderClassName
{
color: #268C78;
}
.AnyTagClassName
{
color: #268C78;
}
</style>
background-color css
<style>
a { background-color: #268C78; }
a { background-color: rgb(38,140,120); }
div.DivClassName
{
background-color: #268C78;
}
.BgClassName
{
background-color: #268C78;
}
</style>
border-color css
<style>
span { border-color: #268C78; }
span { border-color: rgb(38,140,120); }
td.TdClassName
{
border-color: #268C78;
}
.TagClassName
{
border-color: #268C78;
}
</style>