Shades of Elf Green #269273
Tints of Elf Green #269273
RGB
CMYK
RGB Variations
Color information
#269273 (or 0x269273) is known color: Elf Green. HEX triplet: 26, 92 and 73. RGB value is (38,146,115). Sum of RGB (Red+Green+Blue) = 38+146+115=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #269273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269273 is #D96D8C. Grayscale: #6E6E6E. Windows color (decimal): -14249357 or 7574054. OLE color: 7574054.
HSL color Cylindrical-coordinate representation of color #269273: hue angle of 162.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269273 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 115 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.43 |
| HSL | 162.78º | 0.59% | 0.36% | - |
| HSV(B) | 162.78º | 0.74% | 0.57% | - |
| XYZ | 14.17 | 22.21 | 19.76 | - |
| YUV | 110.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 115 | 0.74 | 0 | 0.21 | 0.43 | 162.78 | 0.59 | 0.36 |
| Hex | 26 | 92 | 73 | 4A | 0 | 15 | 2B | A3 | 3B | 24 |
| Octal | 46 | 222 | 163 | 112 | 0 | 25 | 53 | 243 | 73 | 44 |
| Binary | 100110 | 10010010 | 1110011 | 1001010 | 0 | 10101 | 101011 | 10100011 | 111011 | 100100 |
Color Harmonies of #269273
Complementary color
Monochromatic Colors of #269273
Black with #269273
Text Example
Text Example
White with #269273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269273; }
p { color: rgb(38,146,115); }
H1.HeaderClassName
{
color: #269273;
}
.AnyTagClassName
{
color: #269273;
}
</style>
background-color css
<style>
a { background-color: #269273; }
a { background-color: rgb(38,146,115); }
div.DivClassName
{
background-color: #269273;
}
.BgClassName
{
background-color: #269273;
}
</style>
border-color css
<style>
span { border-color: #269273; }
span { border-color: rgb(38,146,115); }
td.TdClassName
{
border-color: #269273;
}
.TagClassName
{
border-color: #269273;
}
</style>