Shades of Eden #21705F
Tints of Eden #21705F
RGB
CMYK
RGB Variations
Color information
#21705F (or 0x21705F) is known color: Eden. HEX triplet: 21, 70 and 5F. RGB value is (33,112,95). Sum of RGB (Red+Green+Blue) = 33+112+95=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #21705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21705F is #DE8FA0. Grayscale: #565656. Windows color (decimal): -14585761 or 6254625. OLE color: 6254625.
HSL color Cylindrical-coordinate representation of color #21705F: hue angle of 167.09º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21705F is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 95 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.56 |
| HSL | 167.09º | 0.54% | 0.28% | - |
| HSV(B) | 167.09º | 0.71% | 0.44% | - |
| XYZ | 8.49 | 12.74 | 12.84 | - |
| YUV | 86.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 95 | 0.71 | 0 | 0.15 | 0.56 | 167.09 | 0.54 | 0.28 |
| Hex | 21 | 70 | 5F | 47 | 0 | F | 38 | A7 | 36 | 1C |
| Octal | 41 | 160 | 137 | 107 | 0 | 17 | 70 | 247 | 66 | 34 |
| Binary | 100001 | 1110000 | 1011111 | 1000111 | 0 | 1111 | 111000 | 10100111 | 110110 | 11100 |
Color Harmonies of #21705F
Complementary color
Monochromatic Colors of #21705F
Black with #21705F
Text Example
Text Example
White with #21705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21705F; }
p { color: rgb(33,112,95); }
H1.HeaderClassName
{
color: #21705F;
}
.AnyTagClassName
{
color: #21705F;
}
</style>
background-color css
<style>
a { background-color: #21705F; }
a { background-color: rgb(33,112,95); }
div.DivClassName
{
background-color: #21705F;
}
.BgClassName
{
background-color: #21705F;
}
</style>
border-color css
<style>
span { border-color: #21705F; }
span { border-color: rgb(33,112,95); }
td.TdClassName
{
border-color: #21705F;
}
.TagClassName
{
border-color: #21705F;
}
</style>