Shades of Elf Green #268268
Tints of Elf Green #268268
RGB
CMYK
RGB Variations
Color information
#268268 (or 0x268268) is known color: Elf Green. HEX triplet: 26, 82 and 68. RGB value is (38,130,104). Sum of RGB (Red+Green+Blue) = 38+130+104=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #268268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268268 is #D97D97. Grayscale: #636363. Windows color (decimal): -14253464 or 6849062. OLE color: 6849062.
HSL color Cylindrical-coordinate representation of color #268268: hue angle of 163.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268268 is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 104 | - |
| CMYK | 0.71 | 0 | 0.2 | 0.49 |
| HSL | 163.04º | 0.55% | 0.33% | - |
| HSV(B) | 163.04º | 0.71% | 0.51% | - |
| XYZ | 11.28 | 17.38 | 15.86 | - |
| YUV | 99.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 104 | 0.71 | 0 | 0.2 | 0.49 | 163.04 | 0.55 | 0.33 |
| Hex | 26 | 82 | 68 | 47 | 0 | 14 | 31 | A3 | 37 | 21 |
| Octal | 46 | 202 | 150 | 107 | 0 | 24 | 61 | 243 | 67 | 41 |
| Binary | 100110 | 10000010 | 1101000 | 1000111 | 0 | 10100 | 110001 | 10100011 | 110111 | 100001 |
Color Harmonies of #268268
Complementary color
Monochromatic Colors of #268268
Black with #268268
Text Example
Text Example
White with #268268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268268; }
p { color: rgb(38,130,104); }
H1.HeaderClassName
{
color: #268268;
}
.AnyTagClassName
{
color: #268268;
}
</style>
background-color css
<style>
a { background-color: #268268; }
a { background-color: rgb(38,130,104); }
div.DivClassName
{
background-color: #268268;
}
.BgClassName
{
background-color: #268268;
}
</style>
border-color css
<style>
span { border-color: #268268; }
span { border-color: rgb(38,130,104); }
td.TdClassName
{
border-color: #268268;
}
.TagClassName
{
border-color: #268268;
}
</style>