Shades of Elf Green #268F64
Tints of Elf Green #268F64
RGB
CMYK
RGB Variations
Color information
#268F64 (or 0x268F64) is known color: Elf Green. HEX triplet: 26, 8F and 64. RGB value is (38,143,100). Sum of RGB (Red+Green+Blue) = 38+143+100=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #268F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F64 is #D9709B. Grayscale: #6A6A6A. Windows color (decimal): -14250140 or 6590246. OLE color: 6590246.
HSL color Cylindrical-coordinate representation of color #268F64: hue angle of 155.43º 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 #268F64 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 100 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.44 |
| HSL | 155.43º | 0.58% | 0.35% | - |
| HSV(B) | 155.43º | 0.73% | 0.56% | - |
| XYZ | 12.92 | 20.98 | 15.42 | - |
| YUV | 106.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 100 | 0.73 | 0 | 0.30 | 0.44 | 155.43 | 0.58 | 0.35 |
| Hex | 26 | 8F | 64 | 49 | 0 | 1E | 2C | 9B | 3A | 23 |
| Octal | 46 | 217 | 144 | 111 | 0 | 36 | 54 | 233 | 72 | 43 |
| Binary | 100110 | 10001111 | 1100100 | 1001001 | 0 | 11110 | 101100 | 10011011 | 111010 | 100011 |
Color Harmonies of #268F64
Complementary color
Monochromatic Colors of #268F64
Black with #268F64
Text Example
Text Example
White with #268F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F64; }
p { color: rgb(38,143,100); }
H1.HeaderClassName
{
color: #268F64;
}
.AnyTagClassName
{
color: #268F64;
}
</style>
background-color css
<style>
a { background-color: #268F64; }
a { background-color: rgb(38,143,100); }
div.DivClassName
{
background-color: #268F64;
}
.BgClassName
{
background-color: #268F64;
}
</style>
border-color css
<style>
span { border-color: #268F64; }
span { border-color: rgb(38,143,100); }
td.TdClassName
{
border-color: #268F64;
}
.TagClassName
{
border-color: #268F64;
}
</style>