Shades of Elf Green #268162
Tints of Elf Green #268162
RGB
CMYK
RGB Variations
Color information
#268162 (or 0x268162) is known color: Elf Green. HEX triplet: 26, 81 and 62. RGB value is (38,129,98). Sum of RGB (Red+Green+Blue) = 38+129+98=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #268162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268162 is #D97E9D. Grayscale: #626262. Windows color (decimal): -14253726 or 6455590. OLE color: 6455590.
HSL color Cylindrical-coordinate representation of color #268162: hue angle of 159.56º degrees, saturation: 0.54, 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 #268162 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 98 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.49 |
| HSL | 159.56º | 0.54% | 0.33% | - |
| HSV(B) | 159.56º | 0.71% | 0.51% | - |
| XYZ | 10.85 | 16.99 | 14.26 | - |
| YUV | 98.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 98 | 0.71 | 0 | 0.24 | 0.49 | 159.56 | 0.54 | 0.33 |
| Hex | 26 | 81 | 62 | 47 | 0 | 18 | 31 | A0 | 36 | 21 |
| Octal | 46 | 201 | 142 | 107 | 0 | 30 | 61 | 240 | 66 | 41 |
| Binary | 100110 | 10000001 | 1100010 | 1000111 | 0 | 11000 | 110001 | 10100000 | 110110 | 100001 |
Color Harmonies of #268162
Complementary color
Monochromatic Colors of #268162
Black with #268162
Text Example
Text Example
White with #268162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268162; }
p { color: rgb(38,129,98); }
H1.HeaderClassName
{
color: #268162;
}
.AnyTagClassName
{
color: #268162;
}
</style>
background-color css
<style>
a { background-color: #268162; }
a { background-color: rgb(38,129,98); }
div.DivClassName
{
background-color: #268162;
}
.BgClassName
{
background-color: #268162;
}
</style>
border-color css
<style>
span { border-color: #268162; }
span { border-color: rgb(38,129,98); }
td.TdClassName
{
border-color: #268162;
}
.TagClassName
{
border-color: #268162;
}
</style>