Shades of Elf Green #269474
Tints of Elf Green #269474
RGB
CMYK
RGB Variations
Color information
#269474 (or 0x269474) is known color: Elf Green. HEX triplet: 26, 94 and 74. RGB value is (38,148,116). Sum of RGB (Red+Green+Blue) = 38+148+116=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #269474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269474 is #D96B8B. Grayscale: #6F6F6F. Windows color (decimal): -14248844 or 7640102. OLE color: 7640102.
HSL color Cylindrical-coordinate representation of color #269474: hue angle of 162.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269474 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 116 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.42 |
| HSL | 162.55º | 0.59% | 0.36% | - |
| HSV(B) | 162.55º | 0.74% | 0.58% | - |
| XYZ | 14.54 | 22.85 | 20.17 | - |
| YUV | 111.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 116 | 0.74 | 0 | 0.22 | 0.42 | 162.55 | 0.59 | 0.36 |
| Hex | 26 | 94 | 74 | 4A | 0 | 16 | 2A | A3 | 3B | 24 |
| Octal | 46 | 224 | 164 | 112 | 0 | 26 | 52 | 243 | 73 | 44 |
| Binary | 100110 | 10010100 | 1110100 | 1001010 | 0 | 10110 | 101010 | 10100011 | 111011 | 100100 |
Color Harmonies of #269474
Complementary color
Monochromatic Colors of #269474
Black with #269474
Text Example
Text Example
White with #269474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269474; }
p { color: rgb(38,148,116); }
H1.HeaderClassName
{
color: #269474;
}
.AnyTagClassName
{
color: #269474;
}
</style>
background-color css
<style>
a { background-color: #269474; }
a { background-color: rgb(38,148,116); }
div.DivClassName
{
background-color: #269474;
}
.BgClassName
{
background-color: #269474;
}
</style>
border-color css
<style>
span { border-color: #269474; }
span { border-color: rgb(38,148,116); }
td.TdClassName
{
border-color: #269474;
}
.TagClassName
{
border-color: #269474;
}
</style>