Shades of Eden #21705A
Tints of Eden #21705A
RGB
CMYK
RGB Variations
Color information
#21705A (or 0x21705A) is known color: Eden. HEX triplet: 21, 70 and 5A. RGB value is (33,112,90). Sum of RGB (Red+Green+Blue) = 33+112+90=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #21705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21705A is #DE8FA5. Grayscale: #555555. Windows color (decimal): -14585766 or 5926945. OLE color: 5926945.
HSL color Cylindrical-coordinate representation of color #21705A: hue angle of 163.29º 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 #21705A is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 90 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.56 |
| HSL | 163.29º | 0.54% | 0.28% | - |
| HSV(B) | 163.29º | 0.71% | 0.44% | - |
| XYZ | 8.27 | 12.65 | 11.68 | - |
| YUV | 85.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 90 | 0.71 | 0 | 0.20 | 0.56 | 163.29 | 0.54 | 0.28 |
| Hex | 21 | 70 | 5A | 47 | 0 | 14 | 38 | A3 | 36 | 1C |
| Octal | 41 | 160 | 132 | 107 | 0 | 24 | 70 | 243 | 66 | 34 |
| Binary | 100001 | 1110000 | 1011010 | 1000111 | 0 | 10100 | 111000 | 10100011 | 110110 | 11100 |
Color Harmonies of #21705A
Complementary color
Monochromatic Colors of #21705A
Black with #21705A
Text Example
Text Example
White with #21705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21705A; }
p { color: rgb(33,112,90); }
H1.HeaderClassName
{
color: #21705A;
}
.AnyTagClassName
{
color: #21705A;
}
</style>
background-color css
<style>
a { background-color: #21705A; }
a { background-color: rgb(33,112,90); }
div.DivClassName
{
background-color: #21705A;
}
.BgClassName
{
background-color: #21705A;
}
</style>
border-color css
<style>
span { border-color: #21705A; }
span { border-color: rgb(33,112,90); }
td.TdClassName
{
border-color: #21705A;
}
.TagClassName
{
border-color: #21705A;
}
</style>