Shades of Dark Spring Green #21833F
Tints of Dark Spring Green #21833F
RGB
CMYK
RGB Variations
Color information
#21833F (or 0x21833F) is known color: Dark Spring Green. HEX triplet: 21, 83 and 3F. RGB value is (33,131,63). Sum of RGB (Red+Green+Blue) = 33+131+63=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #21833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21833F is #DE7CC0. Grayscale: #5E5E5E. Windows color (decimal): -14580929 or 4162337. OLE color: 4162337.
HSL color Cylindrical-coordinate representation of color #21833F: hue angle of 138.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21833F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 63 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.49 |
| HSL | 138.37º | 0.6% | 0.32% | - |
| HSV(B) | 138.37º | 0.75% | 0.51% | - |
| XYZ | 9.64 | 16.91 | 7.46 | - |
| YUV | 93.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 63 | 0.75 | 0 | 0.52 | 0.49 | 138.37 | 0.6 | 0.32 |
| Hex | 21 | 83 | 3F | 4B | 0 | 34 | 31 | 8A | 3C | 20 |
| Octal | 41 | 203 | 77 | 113 | 0 | 64 | 61 | 212 | 74 | 40 |
| Binary | 100001 | 10000011 | 111111 | 1001011 | 0 | 110100 | 110001 | 10001010 | 111100 | 100000 |
Color Harmonies of #21833F
Complementary color
Monochromatic Colors of #21833F
Black with #21833F
Text Example
Text Example
White with #21833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21833F; }
p { color: rgb(33,131,63); }
H1.HeaderClassName
{
color: #21833F;
}
.AnyTagClassName
{
color: #21833F;
}
</style>
background-color css
<style>
a { background-color: #21833F; }
a { background-color: rgb(33,131,63); }
div.DivClassName
{
background-color: #21833F;
}
.BgClassName
{
background-color: #21833F;
}
</style>
border-color css
<style>
span { border-color: #21833F; }
span { border-color: rgb(33,131,63); }
td.TdClassName
{
border-color: #21833F;
}
.TagClassName
{
border-color: #21833F;
}
</style>