Shades of Elf Green #268167
Tints of Elf Green #268167
RGB
CMYK
RGB Variations
Color information
#268167 (or 0x268167) is known color: Elf Green. HEX triplet: 26, 81 and 67. RGB value is (38,129,103). Sum of RGB (Red+Green+Blue) = 38+129+103=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #268167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268167 is #D97E98. Grayscale: #626262. Windows color (decimal): -14253721 or 6783270. OLE color: 6783270.
HSL color Cylindrical-coordinate representation of color #268167: hue angle of 162.86º 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 #268167 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 103 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.49 |
| HSL | 162.86º | 0.54% | 0.33% | - |
| HSV(B) | 162.86º | 0.71% | 0.51% | - |
| XYZ | 11.1 | 17.09 | 15.55 | - |
| YUV | 98.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 103 | 0.71 | 0 | 0.20 | 0.49 | 162.86 | 0.54 | 0.33 |
| Hex | 26 | 81 | 67 | 47 | 0 | 14 | 31 | A3 | 36 | 21 |
| Octal | 46 | 201 | 147 | 107 | 0 | 24 | 61 | 243 | 66 | 41 |
| Binary | 100110 | 10000001 | 1100111 | 1000111 | 0 | 10100 | 110001 | 10100011 | 110110 | 100001 |
Color Harmonies of #268167
Complementary color
Monochromatic Colors of #268167
Black with #268167
Text Example
Text Example
White with #268167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268167; }
p { color: rgb(38,129,103); }
H1.HeaderClassName
{
color: #268167;
}
.AnyTagClassName
{
color: #268167;
}
</style>
background-color css
<style>
a { background-color: #268167; }
a { background-color: rgb(38,129,103); }
div.DivClassName
{
background-color: #268167;
}
.BgClassName
{
background-color: #268167;
}
</style>
border-color css
<style>
span { border-color: #268167; }
span { border-color: rgb(38,129,103); }
td.TdClassName
{
border-color: #268167;
}
.TagClassName
{
border-color: #268167;
}
</style>