Shades of Elm #187272
Tints of Elm #187272
RGB
CMYK
RGB Variations
Color information
#187272 (or 0x187272) is known color: Elm. HEX triplet: 18, 72 and 72. RGB value is (24,114,114). Sum of RGB (Red+Green+Blue) = 24+114+114=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #187272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187272 is #E78D8D. Grayscale: #575757. Windows color (decimal): -15175054 or 7500312. OLE color: 7500312.
HSL color Cylindrical-coordinate representation of color #187272: hue angle of 180º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187272 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 114 | 114 | - |
| CMYK | 0.79 | 0 | 0 | 0.55 |
| HSL | 180º | 0.65% | 0.27% | - |
| HSV(B) | 180º | 0.79% | 0.45% | - |
| XYZ | 9.43 | 13.44 | 18.02 | - |
| YUV | 87.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 114 | 0.79 | 0 | 0 | 0.55 | 180 | 0.65 | 0.27 |
| Hex | 18 | 72 | 72 | 4F | 0 | 0 | 37 | B4 | 41 | 1B |
| Octal | 30 | 162 | 162 | 117 | 0 | 0 | 67 | 264 | 101 | 33 |
| Binary | 11000 | 1110010 | 1110010 | 1001111 | 0 | 0 | 110111 | 10110100 | 1000001 | 11011 |
Color Harmonies of #187272
Complementary color
Monochromatic Colors of #187272
Black with #187272
Text Example
Text Example
White with #187272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187272; }
p { color: rgb(24,114,114); }
H1.HeaderClassName
{
color: #187272;
}
.AnyTagClassName
{
color: #187272;
}
</style>
background-color css
<style>
a { background-color: #187272; }
a { background-color: rgb(24,114,114); }
div.DivClassName
{
background-color: #187272;
}
.BgClassName
{
background-color: #187272;
}
</style>
border-color css
<style>
span { border-color: #187272; }
span { border-color: rgb(24,114,114); }
td.TdClassName
{
border-color: #187272;
}
.TagClassName
{
border-color: #187272;
}
</style>