Shades of Elf Green #268263
Tints of Elf Green #268263
RGB
CMYK
RGB Variations
Color information
#268263 (or 0x268263) is known color: Elf Green. HEX triplet: 26, 82 and 63. RGB value is (38,130,99). Sum of RGB (Red+Green+Blue) = 38+130+99=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #268263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268263 is #D97D9C. Grayscale: #626262. Windows color (decimal): -14253469 or 6521382. OLE color: 6521382.
HSL color Cylindrical-coordinate representation of color #268263: hue angle of 159.78º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268263 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 99 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.49 |
| HSL | 159.78º | 0.55% | 0.33% | - |
| HSV(B) | 159.78º | 0.71% | 0.51% | - |
| XYZ | 11.03 | 17.28 | 14.56 | - |
| YUV | 98.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 99 | 0.71 | 0 | 0.24 | 0.49 | 159.78 | 0.55 | 0.33 |
| Hex | 26 | 82 | 63 | 47 | 0 | 18 | 31 | A0 | 37 | 21 |
| Octal | 46 | 202 | 143 | 107 | 0 | 30 | 61 | 240 | 67 | 41 |
| Binary | 100110 | 10000010 | 1100011 | 1000111 | 0 | 11000 | 110001 | 10100000 | 110111 | 100001 |
Color Harmonies of #268263
Complementary color
Monochromatic Colors of #268263
Black with #268263
Text Example
Text Example
White with #268263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268263; }
p { color: rgb(38,130,99); }
H1.HeaderClassName
{
color: #268263;
}
.AnyTagClassName
{
color: #268263;
}
</style>
background-color css
<style>
a { background-color: #268263; }
a { background-color: rgb(38,130,99); }
div.DivClassName
{
background-color: #268263;
}
.BgClassName
{
background-color: #268263;
}
</style>
border-color css
<style>
span { border-color: #268263; }
span { border-color: rgb(38,130,99); }
td.TdClassName
{
border-color: #268263;
}
.TagClassName
{
border-color: #268263;
}
</style>