Shades of Elf Green #268F67
Tints of Elf Green #268F67
RGB
CMYK
RGB Variations
Color information
#268F67 (or 0x268F67) is known color: Elf Green. HEX triplet: 26, 8F and 67. RGB value is (38,143,103). Sum of RGB (Red+Green+Blue) = 38+143+103=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #268F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F67 is #D97098. Grayscale: #6B6B6B. Windows color (decimal): -14250137 or 6786854. OLE color: 6786854.
HSL color Cylindrical-coordinate representation of color #268F67: hue angle of 157.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 #268F67 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 103 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.44 |
| HSL | 157.14º | 0.58% | 0.35% | - |
| HSV(B) | 157.14º | 0.73% | 0.56% | - |
| XYZ | 13.07 | 21.04 | 16.2 | - |
| YUV | 107.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 103 | 0.73 | 0 | 0.28 | 0.44 | 157.14 | 0.58 | 0.35 |
| Hex | 26 | 8F | 67 | 49 | 0 | 1C | 2C | 9D | 3A | 23 |
| Octal | 46 | 217 | 147 | 111 | 0 | 34 | 54 | 235 | 72 | 43 |
| Binary | 100110 | 10001111 | 1100111 | 1001001 | 0 | 11100 | 101100 | 10011101 | 111010 | 100011 |
Color Harmonies of #268F67
Complementary color
Monochromatic Colors of #268F67
Black with #268F67
Text Example
Text Example
White with #268F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F67; }
p { color: rgb(38,143,103); }
H1.HeaderClassName
{
color: #268F67;
}
.AnyTagClassName
{
color: #268F67;
}
</style>
background-color css
<style>
a { background-color: #268F67; }
a { background-color: rgb(38,143,103); }
div.DivClassName
{
background-color: #268F67;
}
.BgClassName
{
background-color: #268F67;
}
</style>
border-color css
<style>
span { border-color: #268F67; }
span { border-color: rgb(38,143,103); }
td.TdClassName
{
border-color: #268F67;
}
.TagClassName
{
border-color: #268F67;
}
</style>