Shades of Elm #1A7272
Tints of Elm #1A7272
RGB
CMYK
RGB Variations
Color information
#1A7272 (or 0x1A7272) is known color: Elm. HEX triplet: 1A, 72 and 72. RGB value is (26,114,114). Sum of RGB (Red+Green+Blue) = 26+114+114=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #1A7272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7272 is #E58D8D. Grayscale: #575757. Windows color (decimal): -15043982 or 7500314. OLE color: 7500314.
HSL color Cylindrical-coordinate representation of color #1A7272: hue angle of 180º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7272 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 114 | - |
| CMYK | 0.77 | 0 | 0 | 0.55 |
| HSL | 180º | 0.63% | 0.27% | - |
| HSV(B) | 180º | 0.77% | 0.45% | - |
| XYZ | 9.48 | 13.47 | 18.02 | - |
| YUV | 87.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 114 | 0.77 | 0 | 0 | 0.55 | 180 | 0.63 | 0.27 |
| Hex | 1A | 72 | 72 | 4D | 0 | 0 | 37 | B4 | 3F | 1B |
| Octal | 32 | 162 | 162 | 115 | 0 | 0 | 67 | 264 | 77 | 33 |
| Binary | 11010 | 1110010 | 1110010 | 1001101 | 0 | 0 | 110111 | 10110100 | 111111 | 11011 |
Color Harmonies of #1A7272
Complementary color
Monochromatic Colors of #1A7272
Black with #1A7272
Text Example
Text Example
White with #1A7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7272; }
p { color: rgb(26,114,114); }
H1.HeaderClassName
{
color: #1A7272;
}
.AnyTagClassName
{
color: #1A7272;
}
</style>
background-color css
<style>
a { background-color: #1A7272; }
a { background-color: rgb(26,114,114); }
div.DivClassName
{
background-color: #1A7272;
}
.BgClassName
{
background-color: #1A7272;
}
</style>
border-color css
<style>
span { border-color: #1A7272; }
span { border-color: rgb(26,114,114); }
td.TdClassName
{
border-color: #1A7272;
}
.TagClassName
{
border-color: #1A7272;
}
</style>