Shades of Elm #21857B
Tints of Elm #21857B
RGB
CMYK
RGB Variations
Color information
#21857B (or 0x21857B) is known color: Elm. HEX triplet: 21, 85 and 7B. RGB value is (33,133,123). Sum of RGB (Red+Green+Blue) = 33+133+123=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #21857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21857B is #DE7A84. Grayscale: #656565. Windows color (decimal): -14580357 or 8095009. OLE color: 8095009.
HSL color Cylindrical-coordinate representation of color #21857B: hue angle of 174º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21857B is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 123 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.48 |
| HSL | 174º | 0.6% | 0.33% | - |
| HSV(B) | 174º | 0.75% | 0.52% | - |
| XYZ | 12.59 | 18.53 | 21.65 | - |
| YUV | 101.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 123 | 0.75 | 0 | 0.08 | 0.48 | 174 | 0.6 | 0.33 |
| Hex | 21 | 85 | 7B | 4B | 0 | 8 | 30 | AE | 3C | 21 |
| Octal | 41 | 205 | 173 | 113 | 0 | 10 | 60 | 256 | 74 | 41 |
| Binary | 100001 | 10000101 | 1111011 | 1001011 | 0 | 1000 | 110000 | 10101110 | 111100 | 100001 |
Color Harmonies of #21857B
Complementary color
Monochromatic Colors of #21857B
Black with #21857B
Text Example
Text Example
White with #21857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21857B; }
p { color: rgb(33,133,123); }
H1.HeaderClassName
{
color: #21857B;
}
.AnyTagClassName
{
color: #21857B;
}
</style>
background-color css
<style>
a { background-color: #21857B; }
a { background-color: rgb(33,133,123); }
div.DivClassName
{
background-color: #21857B;
}
.BgClassName
{
background-color: #21857B;
}
</style>
border-color css
<style>
span { border-color: #21857B; }
span { border-color: rgb(33,133,123); }
td.TdClassName
{
border-color: #21857B;
}
.TagClassName
{
border-color: #21857B;
}
</style>