Shades of Elm #21726B
Tints of Elm #21726B
RGB
CMYK
RGB Variations
Color information
#21726B (or 0x21726B) is known color: Elm. HEX triplet: 21, 72 and 6B. RGB value is (33,114,107). Sum of RGB (Red+Green+Blue) = 33+114+107=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #21726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21726B is #DE8D94. Grayscale: #585858. Windows color (decimal): -14585237 or 7041569. OLE color: 7041569.
HSL color Cylindrical-coordinate representation of color #21726B: hue angle of 174.81º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21726B is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 107 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.55 |
| HSL | 174.81º | 0.55% | 0.29% | - |
| HSV(B) | 174.81º | 0.71% | 0.45% | - |
| XYZ | 9.3 | 13.42 | 16.01 | - |
| YUV | 88.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 107 | 0.71 | 0 | 0.06 | 0.55 | 174.81 | 0.55 | 0.29 |
| Hex | 21 | 72 | 6B | 47 | 0 | 6 | 37 | AF | 37 | 1D |
| Octal | 41 | 162 | 153 | 107 | 0 | 6 | 67 | 257 | 67 | 35 |
| Binary | 100001 | 1110010 | 1101011 | 1000111 | 0 | 110 | 110111 | 10101111 | 110111 | 11101 |
Color Harmonies of #21726B
Complementary color
Monochromatic Colors of #21726B
Black with #21726B
Text Example
Text Example
White with #21726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21726B; }
p { color: rgb(33,114,107); }
H1.HeaderClassName
{
color: #21726B;
}
.AnyTagClassName
{
color: #21726B;
}
</style>
background-color css
<style>
a { background-color: #21726B; }
a { background-color: rgb(33,114,107); }
div.DivClassName
{
background-color: #21726B;
}
.BgClassName
{
background-color: #21726B;
}
</style>
border-color css
<style>
span { border-color: #21726B; }
span { border-color: rgb(33,114,107); }
td.TdClassName
{
border-color: #21726B;
}
.TagClassName
{
border-color: #21726B;
}
</style>