Shades of Dark Spring Green #21853F
Tints of Dark Spring Green #21853F
RGB
CMYK
RGB Variations
Color information
#21853F (or 0x21853F) is known color: Dark Spring Green. HEX triplet: 21, 85 and 3F. RGB value is (33,133,63). Sum of RGB (Red+Green+Blue) = 33+133+63=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #21853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21853F is #DE7AC0. Grayscale: #5F5F5F. Windows color (decimal): -14580417 or 4162849. OLE color: 4162849.
HSL color Cylindrical-coordinate representation of color #21853F: hue angle of 138º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21853F is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 63 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.48 |
| HSL | 138º | 0.6% | 0.33% | - |
| HSV(B) | 138º | 0.75% | 0.52% | - |
| XYZ | 9.91 | 17.46 | 7.55 | - |
| YUV | 95.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 63 | 0.75 | 0 | 0.53 | 0.48 | 138 | 0.6 | 0.33 |
| Hex | 21 | 85 | 3F | 4B | 0 | 35 | 30 | 8A | 3C | 21 |
| Octal | 41 | 205 | 77 | 113 | 0 | 65 | 60 | 212 | 74 | 41 |
| Binary | 100001 | 10000101 | 111111 | 1001011 | 0 | 110101 | 110000 | 10001010 | 111100 | 100001 |
Color Harmonies of #21853F
Complementary color
Monochromatic Colors of #21853F
Black with #21853F
Text Example
Text Example
White with #21853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21853F; }
p { color: rgb(33,133,63); }
H1.HeaderClassName
{
color: #21853F;
}
.AnyTagClassName
{
color: #21853F;
}
</style>
background-color css
<style>
a { background-color: #21853F; }
a { background-color: rgb(33,133,63); }
div.DivClassName
{
background-color: #21853F;
}
.BgClassName
{
background-color: #21853F;
}
</style>
border-color css
<style>
span { border-color: #21853F; }
span { border-color: rgb(33,133,63); }
td.TdClassName
{
border-color: #21853F;
}
.TagClassName
{
border-color: #21853F;
}
</style>