Shades of Dark Spring Green #21813F
Tints of Dark Spring Green #21813F
RGB
CMYK
RGB Variations
Color information
#21813F (or 0x21813F) is known color: Dark Spring Green. HEX triplet: 21, 81 and 3F. RGB value is (33,129,63). Sum of RGB (Red+Green+Blue) = 33+129+63=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #21813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21813F is #DE7EC0. Grayscale: #5C5C5C. Windows color (decimal): -14581441 or 4161825. OLE color: 4161825.
HSL color Cylindrical-coordinate representation of color #21813F: hue angle of 138.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21813F is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 63 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.49 |
| HSL | 138.75º | 0.59% | 0.32% | - |
| HSV(B) | 138.75º | 0.74% | 0.51% | - |
| XYZ | 9.37 | 16.38 | 7.37 | - |
| YUV | 92.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 63 | 0.74 | 0 | 0.51 | 0.49 | 138.75 | 0.59 | 0.32 |
| Hex | 21 | 81 | 3F | 4A | 0 | 33 | 31 | 8B | 3B | 20 |
| Octal | 41 | 201 | 77 | 112 | 0 | 63 | 61 | 213 | 73 | 40 |
| Binary | 100001 | 10000001 | 111111 | 1001010 | 0 | 110011 | 110001 | 10001011 | 111011 | 100000 |
Color Harmonies of #21813F
Complementary color
Monochromatic Colors of #21813F
Black with #21813F
Text Example
Text Example
White with #21813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21813F; }
p { color: rgb(33,129,63); }
H1.HeaderClassName
{
color: #21813F;
}
.AnyTagClassName
{
color: #21813F;
}
</style>
background-color css
<style>
a { background-color: #21813F; }
a { background-color: rgb(33,129,63); }
div.DivClassName
{
background-color: #21813F;
}
.BgClassName
{
background-color: #21813F;
}
</style>
border-color css
<style>
span { border-color: #21813F; }
span { border-color: rgb(33,129,63); }
td.TdClassName
{
border-color: #21813F;
}
.TagClassName
{
border-color: #21813F;
}
</style>