Shades of Elf Green #268B63
Tints of Elf Green #268B63
RGB
CMYK
RGB Variations
Color information
#268B63 (or 0x268B63) is known color: Elf Green. HEX triplet: 26, 8B and 63. RGB value is (38,139,99). Sum of RGB (Red+Green+Blue) = 38+139+99=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #268B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B63 is #D9749C. Grayscale: #686868. Windows color (decimal): -14251165 or 6523686. OLE color: 6523686.
HSL color Cylindrical-coordinate representation of color #268B63: hue angle of 156.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B63 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 99 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.45 |
| HSL | 156.24º | 0.57% | 0.35% | - |
| HSV(B) | 156.24º | 0.73% | 0.55% | - |
| XYZ | 12.28 | 19.78 | 14.97 | - |
| YUV | 104.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 99 | 0.73 | 0 | 0.29 | 0.45 | 156.24 | 0.57 | 0.35 |
| Hex | 26 | 8B | 63 | 49 | 0 | 1D | 2D | 9C | 39 | 23 |
| Octal | 46 | 213 | 143 | 111 | 0 | 35 | 55 | 234 | 71 | 43 |
| Binary | 100110 | 10001011 | 1100011 | 1001001 | 0 | 11101 | 101101 | 10011100 | 111001 | 100011 |
Color Harmonies of #268B63
Complementary color
Monochromatic Colors of #268B63
Black with #268B63
Text Example
Text Example
White with #268B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B63; }
p { color: rgb(38,139,99); }
H1.HeaderClassName
{
color: #268B63;
}
.AnyTagClassName
{
color: #268B63;
}
</style>
background-color css
<style>
a { background-color: #268B63; }
a { background-color: rgb(38,139,99); }
div.DivClassName
{
background-color: #268B63;
}
.BgClassName
{
background-color: #268B63;
}
</style>
border-color css
<style>
span { border-color: #268B63; }
span { border-color: rgb(38,139,99); }
td.TdClassName
{
border-color: #268B63;
}
.TagClassName
{
border-color: #268B63;
}
</style>