Shades of Elf Green #268564
Tints of Elf Green #268564
RGB
CMYK
RGB Variations
Color information
#268564 (or 0x268564) is known color: Elf Green. HEX triplet: 26, 85 and 64. RGB value is (38,133,100). Sum of RGB (Red+Green+Blue) = 38+133+100=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #268564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268564 is #D97A9B. Grayscale: #646464. Windows color (decimal): -14252700 or 6587686. OLE color: 6587686.
HSL color Cylindrical-coordinate representation of color #268564: hue angle of 159.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268564 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 100 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.48 |
| HSL | 159.16º | 0.56% | 0.34% | - |
| HSV(B) | 159.16º | 0.71% | 0.52% | - |
| XYZ | 11.49 | 18.11 | 14.95 | - |
| YUV | 100.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 100 | 0.71 | 0 | 0.25 | 0.48 | 159.16 | 0.56 | 0.34 |
| Hex | 26 | 85 | 64 | 47 | 0 | 19 | 30 | 9F | 38 | 22 |
| Octal | 46 | 205 | 144 | 107 | 0 | 31 | 60 | 237 | 70 | 42 |
| Binary | 100110 | 10000101 | 1100100 | 1000111 | 0 | 11001 | 110000 | 10011111 | 111000 | 100010 |
Color Harmonies of #268564
Complementary color
Monochromatic Colors of #268564
Black with #268564
Text Example
Text Example
White with #268564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268564; }
p { color: rgb(38,133,100); }
H1.HeaderClassName
{
color: #268564;
}
.AnyTagClassName
{
color: #268564;
}
</style>
background-color css
<style>
a { background-color: #268564; }
a { background-color: rgb(38,133,100); }
div.DivClassName
{
background-color: #268564;
}
.BgClassName
{
background-color: #268564;
}
</style>
border-color css
<style>
span { border-color: #268564; }
span { border-color: rgb(38,133,100); }
td.TdClassName
{
border-color: #268564;
}
.TagClassName
{
border-color: #268564;
}
</style>