Shades of Dark Pastel Green #21B14A
Tints of Dark Pastel Green #21B14A
RGB
CMYK
RGB Variations
Color information
#21B14A (or 0x21B14A) is known color: Dark Pastel Green. HEX triplet: 21, B1 and 4A. RGB value is (33,177,74). Sum of RGB (Red+Green+Blue) = 33+177+74=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #21B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B14A is #DE4EB5. Grayscale: #7A7A7A. Windows color (decimal): -14569142 or 4895009. OLE color: 4895009.
HSL color Cylindrical-coordinate representation of color #21B14A: hue angle of 137.08º 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 #21B14A is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 74 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.31 |
| HSL | 137.08º | 0.69% | 0.41% | - |
| HSV(B) | 137.08º | 0.81% | 0.69% | - |
| XYZ | 17.59 | 32.26 | 11.78 | - |
| YUV | 122.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 74 | 0.81 | 0 | 0.58 | 0.31 | 137.08 | 0.69 | 0.41 |
| Hex | 21 | B1 | 4A | 51 | 0 | 3A | 1F | 89 | 45 | 29 |
| Octal | 41 | 261 | 112 | 121 | 0 | 72 | 37 | 211 | 105 | 51 |
| Binary | 100001 | 10110001 | 1001010 | 1010001 | 0 | 111010 | 11111 | 10001001 | 1000101 | 101001 |
Color Harmonies of #21B14A
Complementary color
Monochromatic Colors of #21B14A
Black with #21B14A
Text Example
Text Example
White with #21B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B14A; }
p { color: rgb(33,177,74); }
H1.HeaderClassName
{
color: #21B14A;
}
.AnyTagClassName
{
color: #21B14A;
}
</style>
background-color css
<style>
a { background-color: #21B14A; }
a { background-color: rgb(33,177,74); }
div.DivClassName
{
background-color: #21B14A;
}
.BgClassName
{
background-color: #21B14A;
}
</style>
border-color css
<style>
span { border-color: #21B14A; }
span { border-color: rgb(33,177,74); }
td.TdClassName
{
border-color: #21B14A;
}
.TagClassName
{
border-color: #21B14A;
}
</style>