Shades of Elf Green #1A8473
Tints of Elf Green #1A8473
RGB
CMYK
RGB Variations
Color information
#1A8473 (or 0x1A8473) is known color: Elf Green. HEX triplet: 1A, 84 and 73. RGB value is (26,132,115). Sum of RGB (Red+Green+Blue) = 26+132+115=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8473 is #E57B8C. Grayscale: #626262. Windows color (decimal): -15039373 or 7570458. OLE color: 7570458.
HSL color Cylindrical-coordinate representation of color #1A8473: hue angle of 170.38º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8473 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 115 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.48 |
| HSL | 170.38º | 0.67% | 0.31% | - |
| HSV(B) | 170.38º | 0.8% | 0.52% | - |
| XYZ | 11.77 | 17.96 | 19.07 | - |
| YUV | 98.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 115 | 0.80 | 0 | 0.13 | 0.48 | 170.38 | 0.67 | 0.31 |
| Hex | 1A | 84 | 73 | 50 | 0 | D | 30 | AA | 43 | 1F |
| Octal | 32 | 204 | 163 | 120 | 0 | 15 | 60 | 252 | 103 | 37 |
| Binary | 11010 | 10000100 | 1110011 | 1010000 | 0 | 1101 | 110000 | 10101010 | 1000011 | 11111 |
Color Harmonies of #1A8473
Complementary color
Monochromatic Colors of #1A8473
Black with #1A8473
Text Example
Text Example
White with #1A8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8473; }
p { color: rgb(26,132,115); }
H1.HeaderClassName
{
color: #1A8473;
}
.AnyTagClassName
{
color: #1A8473;
}
</style>
background-color css
<style>
a { background-color: #1A8473; }
a { background-color: rgb(26,132,115); }
div.DivClassName
{
background-color: #1A8473;
}
.BgClassName
{
background-color: #1A8473;
}
</style>
border-color css
<style>
span { border-color: #1A8473; }
span { border-color: rgb(26,132,115); }
td.TdClassName
{
border-color: #1A8473;
}
.TagClassName
{
border-color: #1A8473;
}
</style>