Shades of Elf Green #268773
Tints of Elf Green #268773
RGB
CMYK
RGB Variations
Color information
#268773 (or 0x268773) is known color: Elf Green. HEX triplet: 26, 87 and 73. RGB value is (38,135,115). Sum of RGB (Red+Green+Blue) = 38+135+115=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #268773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268773 is #D9788C. Grayscale: #676767. Windows color (decimal): -14252173 or 7571238. OLE color: 7571238.
HSL color Cylindrical-coordinate representation of color #268773: hue angle of 167.63º 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 #268773 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 115 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.47 |
| HSL | 167.63º | 0.56% | 0.34% | - |
| HSV(B) | 167.63º | 0.72% | 0.53% | - |
| XYZ | 12.56 | 18.98 | 19.22 | - |
| YUV | 103.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 115 | 0.72 | 0 | 0.15 | 0.47 | 167.63 | 0.56 | 0.34 |
| Hex | 26 | 87 | 73 | 48 | 0 | F | 2F | A8 | 38 | 22 |
| Octal | 46 | 207 | 163 | 110 | 0 | 17 | 57 | 250 | 70 | 42 |
| Binary | 100110 | 10000111 | 1110011 | 1001000 | 0 | 1111 | 101111 | 10101000 | 111000 | 100010 |
Color Harmonies of #268773
Complementary color
Monochromatic Colors of #268773
Black with #268773
Text Example
Text Example
White with #268773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268773; }
p { color: rgb(38,135,115); }
H1.HeaderClassName
{
color: #268773;
}
.AnyTagClassName
{
color: #268773;
}
</style>
background-color css
<style>
a { background-color: #268773; }
a { background-color: rgb(38,135,115); }
div.DivClassName
{
background-color: #268773;
}
.BgClassName
{
background-color: #268773;
}
</style>
border-color css
<style>
span { border-color: #268773; }
span { border-color: rgb(38,135,115); }
td.TdClassName
{
border-color: #268773;
}
.TagClassName
{
border-color: #268773;
}
</style>