Shades of Elf Green #268F75
Tints of Elf Green #268F75
RGB
CMYK
RGB Variations
Color information
#268F75 (or 0x268F75) is known color: Elf Green. HEX triplet: 26, 8F and 75. RGB value is (38,143,117). Sum of RGB (Red+Green+Blue) = 38+143+117=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #268F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F75 is #D9708A. Grayscale: #6C6C6C. Windows color (decimal): -14250123 or 7704358. OLE color: 7704358.
HSL color Cylindrical-coordinate representation of color #268F75: hue angle of 165.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F75 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 117 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.44 |
| HSL | 165.14º | 0.58% | 0.35% | - |
| HSV(B) | 165.14º | 0.73% | 0.56% | - |
| XYZ | 13.83 | 21.34 | 20.22 | - |
| YUV | 108.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 117 | 0.73 | 0 | 0.18 | 0.44 | 165.14 | 0.58 | 0.35 |
| Hex | 26 | 8F | 75 | 49 | 0 | 12 | 2C | A5 | 3A | 23 |
| Octal | 46 | 217 | 165 | 111 | 0 | 22 | 54 | 245 | 72 | 43 |
| Binary | 100110 | 10001111 | 1110101 | 1001001 | 0 | 10010 | 101100 | 10100101 | 111010 | 100011 |
Color Harmonies of #268F75
Complementary color
Monochromatic Colors of #268F75
Black with #268F75
Text Example
Text Example
White with #268F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F75; }
p { color: rgb(38,143,117); }
H1.HeaderClassName
{
color: #268F75;
}
.AnyTagClassName
{
color: #268F75;
}
</style>
background-color css
<style>
a { background-color: #268F75; }
a { background-color: rgb(38,143,117); }
div.DivClassName
{
background-color: #268F75;
}
.BgClassName
{
background-color: #268F75;
}
</style>
border-color css
<style>
span { border-color: #268F75; }
span { border-color: rgb(38,143,117); }
td.TdClassName
{
border-color: #268F75;
}
.TagClassName
{
border-color: #268F75;
}
</style>