Shades of Elf Green #268C74
Tints of Elf Green #268C74
RGB
CMYK
RGB Variations
Color information
#268C74 (or 0x268C74) is known color: Elf Green. HEX triplet: 26, 8C and 74. RGB value is (38,140,116). Sum of RGB (Red+Green+Blue) = 38+140+116=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #268C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C74 is #D9738B. Grayscale: #6A6A6A. Windows color (decimal): -14250892 or 7638054. OLE color: 7638054.
HSL color Cylindrical-coordinate representation of color #268C74: hue angle of 165.88º 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 #268C74 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 116 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.45 |
| HSL | 165.88º | 0.57% | 0.35% | - |
| HSV(B) | 165.88º | 0.73% | 0.55% | - |
| XYZ | 13.33 | 20.43 | 19.76 | - |
| YUV | 106.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 116 | 0.73 | 0 | 0.17 | 0.45 | 165.88 | 0.57 | 0.35 |
| Hex | 26 | 8C | 74 | 49 | 0 | 11 | 2D | A6 | 39 | 23 |
| Octal | 46 | 214 | 164 | 111 | 0 | 21 | 55 | 246 | 71 | 43 |
| Binary | 100110 | 10001100 | 1110100 | 1001001 | 0 | 10001 | 101101 | 10100110 | 111001 | 100011 |
Color Harmonies of #268C74
Complementary color
Monochromatic Colors of #268C74
Black with #268C74
Text Example
Text Example
White with #268C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C74; }
p { color: rgb(38,140,116); }
H1.HeaderClassName
{
color: #268C74;
}
.AnyTagClassName
{
color: #268C74;
}
</style>
background-color css
<style>
a { background-color: #268C74; }
a { background-color: rgb(38,140,116); }
div.DivClassName
{
background-color: #268C74;
}
.BgClassName
{
background-color: #268C74;
}
</style>
border-color css
<style>
span { border-color: #268C74; }
span { border-color: rgb(38,140,116); }
td.TdClassName
{
border-color: #268C74;
}
.TagClassName
{
border-color: #268C74;
}
</style>