Shades of Elf Green #269A72
Tints of Elf Green #269A72
RGB
CMYK
RGB Variations
Color information
#269A72 (or 0x269A72) is known color: Elf Green. HEX triplet: 26, 9A and 72. RGB value is (38,154,114). Sum of RGB (Red+Green+Blue) = 38+154+114=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #269A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A72 is #D9658D. Grayscale: #727272. Windows color (decimal): -14247310 or 7510566. OLE color: 7510566.
HSL color Cylindrical-coordinate representation of color #269A72: hue angle of 159.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A72 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 114 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.40 |
| HSL | 159.31º | 0.6% | 0.38% | - |
| HSV(B) | 159.31º | 0.75% | 0.6% | - |
| XYZ | 15.39 | 24.74 | 19.88 | - |
| YUV | 114.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 114 | 0.75 | 0 | 0.26 | 0.40 | 159.31 | 0.6 | 0.38 |
| Hex | 26 | 9A | 72 | 4B | 0 | 1A | 28 | 9F | 3C | 26 |
| Octal | 46 | 232 | 162 | 113 | 0 | 32 | 50 | 237 | 74 | 46 |
| Binary | 100110 | 10011010 | 1110010 | 1001011 | 0 | 11010 | 101000 | 10011111 | 111100 | 100110 |
Color Harmonies of #269A72
Complementary color
Monochromatic Colors of #269A72
Black with #269A72
Text Example
Text Example
White with #269A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A72; }
p { color: rgb(38,154,114); }
H1.HeaderClassName
{
color: #269A72;
}
.AnyTagClassName
{
color: #269A72;
}
</style>
background-color css
<style>
a { background-color: #269A72; }
a { background-color: rgb(38,154,114); }
div.DivClassName
{
background-color: #269A72;
}
.BgClassName
{
background-color: #269A72;
}
</style>
border-color css
<style>
span { border-color: #269A72; }
span { border-color: rgb(38,154,114); }
td.TdClassName
{
border-color: #269A72;
}
.TagClassName
{
border-color: #269A72;
}
</style>