Shades of Elf Green #268C77
Tints of Elf Green #268C77
RGB
CMYK
RGB Variations
Color information
#268C77 (or 0x268C77) is known color: Elf Green. HEX triplet: 26, 8C and 77. RGB value is (38,140,119). Sum of RGB (Red+Green+Blue) = 38+140+119=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #268C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C77 is #D97388. Grayscale: #6B6B6B. Windows color (decimal): -14250889 or 7834662. OLE color: 7834662.
HSL color Cylindrical-coordinate representation of color #268C77: hue angle of 167.65º 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 #268C77 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 119 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.45 |
| HSL | 167.65º | 0.57% | 0.35% | - |
| HSV(B) | 167.65º | 0.73% | 0.55% | - |
| XYZ | 13.51 | 20.5 | 20.7 | - |
| YUV | 107.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 119 | 0.73 | 0 | 0.15 | 0.45 | 167.65 | 0.57 | 0.35 |
| Hex | 26 | 8C | 77 | 49 | 0 | F | 2D | A8 | 39 | 23 |
| Octal | 46 | 214 | 167 | 111 | 0 | 17 | 55 | 250 | 71 | 43 |
| Binary | 100110 | 10001100 | 1110111 | 1001001 | 0 | 1111 | 101101 | 10101000 | 111001 | 100011 |
Color Harmonies of #268C77
Complementary color
Monochromatic Colors of #268C77
Black with #268C77
Text Example
Text Example
White with #268C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C77; }
p { color: rgb(38,140,119); }
H1.HeaderClassName
{
color: #268C77;
}
.AnyTagClassName
{
color: #268C77;
}
</style>
background-color css
<style>
a { background-color: #268C77; }
a { background-color: rgb(38,140,119); }
div.DivClassName
{
background-color: #268C77;
}
.BgClassName
{
background-color: #268C77;
}
</style>
border-color css
<style>
span { border-color: #268C77; }
span { border-color: rgb(38,140,119); }
td.TdClassName
{
border-color: #268C77;
}
.TagClassName
{
border-color: #268C77;
}
</style>