Shades of Elf Green #1A9272
Tints of Elf Green #1A9272
RGB
CMYK
RGB Variations
Color information
#1A9272 (or 0x1A9272) is known color: Elf Green. HEX triplet: 1A, 92 and 72. RGB value is (26,146,114). Sum of RGB (Red+Green+Blue) = 26+146+114=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9272 is #E56D8D. Grayscale: #6A6A6A. Windows color (decimal): -15035790 or 7508506. OLE color: 7508506.
HSL color Cylindrical-coordinate representation of color #1A9272: hue angle of 164º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9272 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 114 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.43 |
| HSL | 164º | 0.7% | 0.34% | - |
| HSV(B) | 164º | 0.82% | 0.57% | - |
| XYZ | 13.74 | 21.99 | 19.44 | - |
| YUV | 106.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 114 | 0.82 | 0 | 0.22 | 0.43 | 164 | 0.7 | 0.34 |
| Hex | 1A | 92 | 72 | 52 | 0 | 16 | 2B | A4 | 46 | 22 |
| Octal | 32 | 222 | 162 | 122 | 0 | 26 | 53 | 244 | 106 | 42 |
| Binary | 11010 | 10010010 | 1110010 | 1010010 | 0 | 10110 | 101011 | 10100100 | 1000110 | 100010 |
Color Harmonies of #1A9272
Complementary color
Monochromatic Colors of #1A9272
Black with #1A9272
Text Example
Text Example
White with #1A9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9272; }
p { color: rgb(26,146,114); }
H1.HeaderClassName
{
color: #1A9272;
}
.AnyTagClassName
{
color: #1A9272;
}
</style>
background-color css
<style>
a { background-color: #1A9272; }
a { background-color: rgb(26,146,114); }
div.DivClassName
{
background-color: #1A9272;
}
.BgClassName
{
background-color: #1A9272;
}
</style>
border-color css
<style>
span { border-color: #1A9272; }
span { border-color: rgb(26,146,114); }
td.TdClassName
{
border-color: #1A9272;
}
.TagClassName
{
border-color: #1A9272;
}
</style>