Shades of Elf Green #268566
Tints of Elf Green #268566
RGB
CMYK
RGB Variations
Color information
#268566 (or 0x268566) is known color: Elf Green. HEX triplet: 26, 85 and 66. RGB value is (38,133,102). Sum of RGB (Red+Green+Blue) = 38+133+102=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #268566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268566 is #D97A99. Grayscale: #656565. Windows color (decimal): -14252698 or 6718758. OLE color: 6718758.
HSL color Cylindrical-coordinate representation of color #268566: hue angle of 160.42º 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 #268566 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 102 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.48 |
| HSL | 160.42º | 0.56% | 0.34% | - |
| HSV(B) | 160.42º | 0.71% | 0.52% | - |
| XYZ | 11.59 | 18.15 | 15.46 | - |
| YUV | 101.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 102 | 0.71 | 0 | 0.23 | 0.48 | 160.42 | 0.56 | 0.34 |
| Hex | 26 | 85 | 66 | 47 | 0 | 17 | 30 | A0 | 38 | 22 |
| Octal | 46 | 205 | 146 | 107 | 0 | 27 | 60 | 240 | 70 | 42 |
| Binary | 100110 | 10000101 | 1100110 | 1000111 | 0 | 10111 | 110000 | 10100000 | 111000 | 100010 |
Color Harmonies of #268566
Complementary color
Monochromatic Colors of #268566
Black with #268566
Text Example
Text Example
White with #268566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268566; }
p { color: rgb(38,133,102); }
H1.HeaderClassName
{
color: #268566;
}
.AnyTagClassName
{
color: #268566;
}
</style>
background-color css
<style>
a { background-color: #268566; }
a { background-color: rgb(38,133,102); }
div.DivClassName
{
background-color: #268566;
}
.BgClassName
{
background-color: #268566;
}
</style>
border-color css
<style>
span { border-color: #268566; }
span { border-color: rgb(38,133,102); }
td.TdClassName
{
border-color: #268566;
}
.TagClassName
{
border-color: #268566;
}
</style>