Shades of Eden #21675C
Tints of Eden #21675C
RGB
CMYK
RGB Variations
Color information
#21675C (or 0x21675C) is known color: Eden. HEX triplet: 21, 67 and 5C. RGB value is (33,103,92). Sum of RGB (Red+Green+Blue) = 33+103+92=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #21675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21675C is #DE98A3. Grayscale: #505050. Windows color (decimal): -14588068 or 6055713. OLE color: 6055713.
HSL color Cylindrical-coordinate representation of color #21675C: hue angle of 170.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21675C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 103 | 92 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.60 |
| HSL | 170.57º | 0.51% | 0.27% | - |
| HSV(B) | 170.57º | 0.68% | 0.4% | - |
| XYZ | 7.41 | 10.8 | 11.82 | - |
| YUV | 80.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 92 | 0.68 | 0 | 0.11 | 0.60 | 170.57 | 0.51 | 0.27 |
| Hex | 21 | 67 | 5C | 44 | 0 | B | 3C | AB | 33 | 1B |
| Octal | 41 | 147 | 134 | 104 | 0 | 13 | 74 | 253 | 63 | 33 |
| Binary | 100001 | 1100111 | 1011100 | 1000100 | 0 | 1011 | 111100 | 10101011 | 110011 | 11011 |
Color Harmonies of #21675C
Complementary color
Monochromatic Colors of #21675C
Black with #21675C
Text Example
Text Example
White with #21675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21675C; }
p { color: rgb(33,103,92); }
H1.HeaderClassName
{
color: #21675C;
}
.AnyTagClassName
{
color: #21675C;
}
</style>
background-color css
<style>
a { background-color: #21675C; }
a { background-color: rgb(33,103,92); }
div.DivClassName
{
background-color: #21675C;
}
.BgClassName
{
background-color: #21675C;
}
</style>
border-color css
<style>
span { border-color: #21675C; }
span { border-color: rgb(33,103,92); }
td.TdClassName
{
border-color: #21675C;
}
.TagClassName
{
border-color: #21675C;
}
</style>