Shades of Dark Pastel Green #21B13F
Tints of Dark Pastel Green #21B13F
RGB
CMYK
RGB Variations
Color information
#21B13F (or 0x21B13F) is known color: Dark Pastel Green. HEX triplet: 21, B1 and 3F. RGB value is (33,177,63). Sum of RGB (Red+Green+Blue) = 33+177+63=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #21B13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B13F is #DE4EC0. Grayscale: #797979. Windows color (decimal): -14569153 or 4174113. OLE color: 4174113.
HSL color Cylindrical-coordinate representation of color #21B13F: hue angle of 132.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B13F is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 63 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.31 |
| HSL | 132.5º | 0.69% | 0.41% | - |
| HSV(B) | 132.5º | 0.81% | 0.69% | - |
| XYZ | 17.25 | 32.13 | 9.99 | - |
| YUV | 120.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 63 | 0.81 | 0 | 0.64 | 0.31 | 132.5 | 0.69 | 0.41 |
| Hex | 21 | B1 | 3F | 51 | 0 | 40 | 1F | 84 | 45 | 29 |
| Octal | 41 | 261 | 77 | 121 | 0 | 100 | 37 | 204 | 105 | 51 |
| Binary | 100001 | 10110001 | 111111 | 1010001 | 0 | 1000000 | 11111 | 10000100 | 1000101 | 101001 |
Color Harmonies of #21B13F
Complementary color
Monochromatic Colors of #21B13F
Black with #21B13F
Text Example
Text Example
White with #21B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B13F; }
p { color: rgb(33,177,63); }
H1.HeaderClassName
{
color: #21B13F;
}
.AnyTagClassName
{
color: #21B13F;
}
</style>
background-color css
<style>
a { background-color: #21B13F; }
a { background-color: rgb(33,177,63); }
div.DivClassName
{
background-color: #21B13F;
}
.BgClassName
{
background-color: #21B13F;
}
</style>
border-color css
<style>
span { border-color: #21B13F; }
span { border-color: rgb(33,177,63); }
td.TdClassName
{
border-color: #21B13F;
}
.TagClassName
{
border-color: #21B13F;
}
</style>