Shades of Dark Spring Green #21754B
Tints of Dark Spring Green #21754B
RGB
CMYK
RGB Variations
Color information
#21754B (or 0x21754B) is known color: Dark Spring Green. HEX triplet: 21, 75 and 4B. RGB value is (33,117,75). Sum of RGB (Red+Green+Blue) = 33+117+75=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #21754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21754B is #DE8AB4. Grayscale: #575757. Windows color (decimal): -14584501 or 4945185. OLE color: 4945185.
HSL color Cylindrical-coordinate representation of color #21754B: hue angle of 150º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21754B is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 75 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.54 |
| HSL | 150º | 0.56% | 0.29% | - |
| HSV(B) | 150º | 0.72% | 0.46% | - |
| XYZ | 8.26 | 13.55 | 8.84 | - |
| YUV | 87.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 75 | 0.72 | 0 | 0.36 | 0.54 | 150 | 0.56 | 0.29 |
| Hex | 21 | 75 | 4B | 48 | 0 | 24 | 36 | 96 | 38 | 1D |
| Octal | 41 | 165 | 113 | 110 | 0 | 44 | 66 | 226 | 70 | 35 |
| Binary | 100001 | 1110101 | 1001011 | 1001000 | 0 | 100100 | 110110 | 10010110 | 111000 | 11101 |
Color Harmonies of #21754B
Complementary color
Monochromatic Colors of #21754B
Black with #21754B
Text Example
Text Example
White with #21754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21754B; }
p { color: rgb(33,117,75); }
H1.HeaderClassName
{
color: #21754B;
}
.AnyTagClassName
{
color: #21754B;
}
</style>
background-color css
<style>
a { background-color: #21754B; }
a { background-color: rgb(33,117,75); }
div.DivClassName
{
background-color: #21754B;
}
.BgClassName
{
background-color: #21754B;
}
</style>
border-color css
<style>
span { border-color: #21754B; }
span { border-color: rgb(33,117,75); }
td.TdClassName
{
border-color: #21754B;
}
.TagClassName
{
border-color: #21754B;
}
</style>