Shades of Elf Green #268B65
Tints of Elf Green #268B65
RGB
CMYK
RGB Variations
Color information
#268B65 (or 0x268B65) is known color: Elf Green. HEX triplet: 26, 8B and 65. RGB value is (38,139,101). Sum of RGB (Red+Green+Blue) = 38+139+101=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #268B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B65 is #D9749A. Grayscale: #686868. Windows color (decimal): -14251163 or 6654758. OLE color: 6654758.
HSL color Cylindrical-coordinate representation of color #268B65: hue angle of 157.43º 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 #268B65 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 101 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.45 |
| HSL | 157.43º | 0.57% | 0.35% | - |
| HSV(B) | 157.43º | 0.73% | 0.55% | - |
| XYZ | 12.38 | 19.82 | 15.48 | - |
| YUV | 104.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 101 | 0.73 | 0 | 0.27 | 0.45 | 157.43 | 0.57 | 0.35 |
| Hex | 26 | 8B | 65 | 49 | 0 | 1B | 2D | 9D | 39 | 23 |
| Octal | 46 | 213 | 145 | 111 | 0 | 33 | 55 | 235 | 71 | 43 |
| Binary | 100110 | 10001011 | 1100101 | 1001001 | 0 | 11011 | 101101 | 10011101 | 111001 | 100011 |
Color Harmonies of #268B65
Complementary color
Monochromatic Colors of #268B65
Black with #268B65
Text Example
Text Example
White with #268B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B65; }
p { color: rgb(38,139,101); }
H1.HeaderClassName
{
color: #268B65;
}
.AnyTagClassName
{
color: #268B65;
}
</style>
background-color css
<style>
a { background-color: #268B65; }
a { background-color: rgb(38,139,101); }
div.DivClassName
{
background-color: #268B65;
}
.BgClassName
{
background-color: #268B65;
}
</style>
border-color css
<style>
span { border-color: #268B65; }
span { border-color: rgb(38,139,101); }
td.TdClassName
{
border-color: #268B65;
}
.TagClassName
{
border-color: #268B65;
}
</style>