Shades of Elf Green #268260
Tints of Elf Green #268260
RGB
CMYK
RGB Variations
Color information
#268260 (or 0x268260) is known color: Elf Green. HEX triplet: 26, 82 and 60. RGB value is (38,130,96). Sum of RGB (Red+Green+Blue) = 38+130+96=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #268260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268260 is #D97D9F. Grayscale: #626262. Windows color (decimal): -14253472 or 6324774. OLE color: 6324774.
HSL color Cylindrical-coordinate representation of color #268260: hue angle of 157.83º 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 #268260 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 96 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.49 |
| HSL | 157.83º | 0.55% | 0.33% | - |
| HSV(B) | 157.83º | 0.71% | 0.51% | - |
| XYZ | 10.89 | 17.22 | 13.82 | - |
| YUV | 98.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 96 | 0.71 | 0 | 0.26 | 0.49 | 157.83 | 0.55 | 0.33 |
| Hex | 26 | 82 | 60 | 47 | 0 | 1A | 31 | 9E | 37 | 21 |
| Octal | 46 | 202 | 140 | 107 | 0 | 32 | 61 | 236 | 67 | 41 |
| Binary | 100110 | 10000010 | 1100000 | 1000111 | 0 | 11010 | 110001 | 10011110 | 110111 | 100001 |
Color Harmonies of #268260
Complementary color
Monochromatic Colors of #268260
Black with #268260
Text Example
Text Example
White with #268260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268260; }
p { color: rgb(38,130,96); }
H1.HeaderClassName
{
color: #268260;
}
.AnyTagClassName
{
color: #268260;
}
</style>
background-color css
<style>
a { background-color: #268260; }
a { background-color: rgb(38,130,96); }
div.DivClassName
{
background-color: #268260;
}
.BgClassName
{
background-color: #268260;
}
</style>
border-color css
<style>
span { border-color: #268260; }
span { border-color: rgb(38,130,96); }
td.TdClassName
{
border-color: #268260;
}
.TagClassName
{
border-color: #268260;
}
</style>