Shades of Eden #21695B
Tints of Eden #21695B
RGB
CMYK
RGB Variations
Color information
#21695B (or 0x21695B) is known color: Eden. HEX triplet: 21, 69 and 5B. RGB value is (33,105,91). Sum of RGB (Red+Green+Blue) = 33+105+91=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #21695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21695B is #DE96A4. Grayscale: #515151. Windows color (decimal): -14587557 or 5990689. OLE color: 5990689.
HSL color Cylindrical-coordinate representation of color #21695B: hue angle of 168.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21695B is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 91 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.59 |
| HSL | 168.33º | 0.52% | 0.27% | - |
| HSV(B) | 168.33º | 0.69% | 0.41% | - |
| XYZ | 7.57 | 11.18 | 11.66 | - |
| YUV | 81.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 91 | 0.69 | 0 | 0.13 | 0.59 | 168.33 | 0.52 | 0.27 |
| Hex | 21 | 69 | 5B | 45 | 0 | D | 3B | A8 | 34 | 1B |
| Octal | 41 | 151 | 133 | 105 | 0 | 15 | 73 | 250 | 64 | 33 |
| Binary | 100001 | 1101001 | 1011011 | 1000101 | 0 | 1101 | 111011 | 10101000 | 110100 | 11011 |
Color Harmonies of #21695B
Complementary color
Monochromatic Colors of #21695B
Black with #21695B
Text Example
Text Example
White with #21695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21695B; }
p { color: rgb(33,105,91); }
H1.HeaderClassName
{
color: #21695B;
}
.AnyTagClassName
{
color: #21695B;
}
</style>
background-color css
<style>
a { background-color: #21695B; }
a { background-color: rgb(33,105,91); }
div.DivClassName
{
background-color: #21695B;
}
.BgClassName
{
background-color: #21695B;
}
</style>
border-color css
<style>
span { border-color: #21695B; }
span { border-color: rgb(33,105,91); }
td.TdClassName
{
border-color: #21695B;
}
.TagClassName
{
border-color: #21695B;
}
</style>