Shades of Elf Green #269E70
Tints of Elf Green #269E70
RGB
CMYK
RGB Variations
Color information
#269E70 (or 0x269E70) is known color: Elf Green. HEX triplet: 26, 9E and 70. RGB value is (38,158,112). Sum of RGB (Red+Green+Blue) = 38+158+112=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #269E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E70 is #D9618F. Grayscale: #747474. Windows color (decimal): -14246288 or 7380518. OLE color: 7380518.
HSL color Cylindrical-coordinate representation of color #269E70: hue angle of 157º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E70 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 112 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.38 |
| HSL | 157º | 0.61% | 0.38% | - |
| HSV(B) | 157º | 0.76% | 0.62% | - |
| XYZ | 15.95 | 26.04 | 19.51 | - |
| YUV | 116.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 112 | 0.76 | 0 | 0.29 | 0.38 | 157 | 0.61 | 0.38 |
| Hex | 26 | 9E | 70 | 4C | 0 | 1D | 26 | 9D | 3D | 26 |
| Octal | 46 | 236 | 160 | 114 | 0 | 35 | 46 | 235 | 75 | 46 |
| Binary | 100110 | 10011110 | 1110000 | 1001100 | 0 | 11101 | 100110 | 10011101 | 111101 | 100110 |
Color Harmonies of #269E70
Complementary color
Monochromatic Colors of #269E70
Black with #269E70
Text Example
Text Example
White with #269E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E70; }
p { color: rgb(38,158,112); }
H1.HeaderClassName
{
color: #269E70;
}
.AnyTagClassName
{
color: #269E70;
}
</style>
background-color css
<style>
a { background-color: #269E70; }
a { background-color: rgb(38,158,112); }
div.DivClassName
{
background-color: #269E70;
}
.BgClassName
{
background-color: #269E70;
}
</style>
border-color css
<style>
span { border-color: #269E70; }
span { border-color: rgb(38,158,112); }
td.TdClassName
{
border-color: #269E70;
}
.TagClassName
{
border-color: #269E70;
}
</style>