Shades of Dark Spring Green #21704C
Tints of Dark Spring Green #21704C
RGB
CMYK
RGB Variations
Color information
#21704C (or 0x21704C) is known color: Dark Spring Green. HEX triplet: 21, 70 and 4C. RGB value is (33,112,76). Sum of RGB (Red+Green+Blue) = 33+112+76=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #21704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21704C is #DE8FB3. Grayscale: #545454. Windows color (decimal): -14585780 or 5009441. OLE color: 5009441.
HSL color Cylindrical-coordinate representation of color #21704C: hue angle of 152.66º 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 #21704C is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 76 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.56 |
| HSL | 152.66º | 0.54% | 0.28% | - |
| HSV(B) | 152.66º | 0.71% | 0.44% | - |
| XYZ | 7.73 | 12.43 | 8.83 | - |
| YUV | 84.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 76 | 0.71 | 0 | 0.32 | 0.56 | 152.66 | 0.54 | 0.28 |
| Hex | 21 | 70 | 4C | 47 | 0 | 20 | 38 | 99 | 36 | 1C |
| Octal | 41 | 160 | 114 | 107 | 0 | 40 | 70 | 231 | 66 | 34 |
| Binary | 100001 | 1110000 | 1001100 | 1000111 | 0 | 100000 | 111000 | 10011001 | 110110 | 11100 |
Color Harmonies of #21704C
Complementary color
Monochromatic Colors of #21704C
Black with #21704C
Text Example
Text Example
White with #21704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21704C; }
p { color: rgb(33,112,76); }
H1.HeaderClassName
{
color: #21704C;
}
.AnyTagClassName
{
color: #21704C;
}
</style>
background-color css
<style>
a { background-color: #21704C; }
a { background-color: rgb(33,112,76); }
div.DivClassName
{
background-color: #21704C;
}
.BgClassName
{
background-color: #21704C;
}
</style>
border-color css
<style>
span { border-color: #21704C; }
span { border-color: rgb(33,112,76); }
td.TdClassName
{
border-color: #21704C;
}
.TagClassName
{
border-color: #21704C;
}
</style>