Shades of Elf Green #268762
Tints of Elf Green #268762
RGB
CMYK
RGB Variations
Color information
#268762 (or 0x268762) is known color: Elf Green. HEX triplet: 26, 87 and 62. RGB value is (38,135,98). Sum of RGB (Red+Green+Blue) = 38+135+98=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #268762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268762 is #D9789D. Grayscale: #656565. Windows color (decimal): -14252190 or 6457126. OLE color: 6457126.
HSL color Cylindrical-coordinate representation of color #268762: hue angle of 157.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268762 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 98 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.47 |
| HSL | 157.11º | 0.56% | 0.34% | - |
| HSV(B) | 157.11º | 0.72% | 0.53% | - |
| XYZ | 11.67 | 18.62 | 14.53 | - |
| YUV | 101.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 98 | 0.72 | 0 | 0.27 | 0.47 | 157.11 | 0.56 | 0.34 |
| Hex | 26 | 87 | 62 | 48 | 0 | 1B | 2F | 9D | 38 | 22 |
| Octal | 46 | 207 | 142 | 110 | 0 | 33 | 57 | 235 | 70 | 42 |
| Binary | 100110 | 10000111 | 1100010 | 1001000 | 0 | 11011 | 101111 | 10011101 | 111000 | 100010 |
Color Harmonies of #268762
Complementary color
Monochromatic Colors of #268762
Black with #268762
Text Example
Text Example
White with #268762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268762; }
p { color: rgb(38,135,98); }
H1.HeaderClassName
{
color: #268762;
}
.AnyTagClassName
{
color: #268762;
}
</style>
background-color css
<style>
a { background-color: #268762; }
a { background-color: rgb(38,135,98); }
div.DivClassName
{
background-color: #268762;
}
.BgClassName
{
background-color: #268762;
}
</style>
border-color css
<style>
span { border-color: #268762; }
span { border-color: rgb(38,135,98); }
td.TdClassName
{
border-color: #268762;
}
.TagClassName
{
border-color: #268762;
}
</style>