Shades of Eden #21725C
Tints of Eden #21725C
RGB
CMYK
RGB Variations
Color information
#21725C (or 0x21725C) is known color: Eden. HEX triplet: 21, 72 and 5C. RGB value is (33,114,92). Sum of RGB (Red+Green+Blue) = 33+114+92=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #21725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21725C is #DE8DA3. Grayscale: #575757. Windows color (decimal): -14585252 or 6058529. OLE color: 6058529.
HSL color Cylindrical-coordinate representation of color #21725C: hue angle of 163.7º 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 #21725C is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 92 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.55 |
| HSL | 163.7º | 0.55% | 0.29% | - |
| HSV(B) | 163.7º | 0.71% | 0.45% | - |
| XYZ | 8.58 | 13.13 | 12.21 | - |
| YUV | 87.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 92 | 0.71 | 0 | 0.19 | 0.55 | 163.7 | 0.55 | 0.29 |
| Hex | 21 | 72 | 5C | 47 | 0 | 13 | 37 | A4 | 37 | 1D |
| Octal | 41 | 162 | 134 | 107 | 0 | 23 | 67 | 244 | 67 | 35 |
| Binary | 100001 | 1110010 | 1011100 | 1000111 | 0 | 10011 | 110111 | 10100100 | 110111 | 11101 |
Color Harmonies of #21725C
Complementary color
Monochromatic Colors of #21725C
Black with #21725C
Text Example
Text Example
White with #21725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21725C; }
p { color: rgb(33,114,92); }
H1.HeaderClassName
{
color: #21725C;
}
.AnyTagClassName
{
color: #21725C;
}
</style>
background-color css
<style>
a { background-color: #21725C; }
a { background-color: rgb(33,114,92); }
div.DivClassName
{
background-color: #21725C;
}
.BgClassName
{
background-color: #21725C;
}
</style>
border-color css
<style>
span { border-color: #21725C; }
span { border-color: rgb(33,114,92); }
td.TdClassName
{
border-color: #21725C;
}
.TagClassName
{
border-color: #21725C;
}
</style>