Shades of Elf Green #268665
Tints of Elf Green #268665
RGB
CMYK
RGB Variations
Color information
#268665 (or 0x268665) is known color: Elf Green. HEX triplet: 26, 86 and 65. RGB value is (38,134,101). Sum of RGB (Red+Green+Blue) = 38+134+101=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #268665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268665 is #D9799A. Grayscale: #656565. Windows color (decimal): -14252443 or 6653478. OLE color: 6653478.
HSL color Cylindrical-coordinate representation of color #268665: hue angle of 159.38º 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 #268665 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 101 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.47 |
| HSL | 159.38º | 0.56% | 0.34% | - |
| HSV(B) | 159.38º | 0.72% | 0.53% | - |
| XYZ | 11.67 | 18.4 | 15.25 | - |
| YUV | 101.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 101 | 0.72 | 0 | 0.25 | 0.47 | 159.38 | 0.56 | 0.34 |
| Hex | 26 | 86 | 65 | 48 | 0 | 19 | 2F | 9F | 38 | 22 |
| Octal | 46 | 206 | 145 | 110 | 0 | 31 | 57 | 237 | 70 | 42 |
| Binary | 100110 | 10000110 | 1100101 | 1001000 | 0 | 11001 | 101111 | 10011111 | 111000 | 100010 |
Color Harmonies of #268665
Complementary color
Monochromatic Colors of #268665
Black with #268665
Text Example
Text Example
White with #268665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268665; }
p { color: rgb(38,134,101); }
H1.HeaderClassName
{
color: #268665;
}
.AnyTagClassName
{
color: #268665;
}
</style>
background-color css
<style>
a { background-color: #268665; }
a { background-color: rgb(38,134,101); }
div.DivClassName
{
background-color: #268665;
}
.BgClassName
{
background-color: #268665;
}
</style>
border-color css
<style>
span { border-color: #268665; }
span { border-color: rgb(38,134,101); }
td.TdClassName
{
border-color: #268665;
}
.TagClassName
{
border-color: #268665;
}
</style>