Shades of Dark Pastel Green #21B83D
Tints of Dark Pastel Green #21B83D
RGB
CMYK
RGB Variations
Color information
#21B83D (or 0x21B83D) is known color: Dark Pastel Green. HEX triplet: 21, B8 and 3D. RGB value is (33,184,61). Sum of RGB (Red+Green+Blue) = 33+184+61=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #21B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B83D is #DE47C2. Grayscale: #7D7D7D. Windows color (decimal): -14567363 or 4044833. OLE color: 4044833.
HSL color Cylindrical-coordinate representation of color #21B83D: hue angle of 131.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B83D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 61 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.28 |
| HSL | 131.13º | 0.7% | 0.43% | - |
| HSV(B) | 131.13º | 0.82% | 0.72% | - |
| XYZ | 18.61 | 34.94 | 10.18 | - |
| YUV | 124.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 61 | 0.82 | 0 | 0.67 | 0.28 | 131.13 | 0.7 | 0.43 |
| Hex | 21 | B8 | 3D | 52 | 0 | 43 | 1C | 83 | 46 | 2B |
| Octal | 41 | 270 | 75 | 122 | 0 | 103 | 34 | 203 | 106 | 53 |
| Binary | 100001 | 10111000 | 111101 | 1010010 | 0 | 1000011 | 11100 | 10000011 | 1000110 | 101011 |
Color Harmonies of #21B83D
Complementary color
Monochromatic Colors of #21B83D
Black with #21B83D
Text Example
Text Example
White with #21B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B83D; }
p { color: rgb(33,184,61); }
H1.HeaderClassName
{
color: #21B83D;
}
.AnyTagClassName
{
color: #21B83D;
}
</style>
background-color css
<style>
a { background-color: #21B83D; }
a { background-color: rgb(33,184,61); }
div.DivClassName
{
background-color: #21B83D;
}
.BgClassName
{
background-color: #21B83D;
}
</style>
border-color css
<style>
span { border-color: #21B83D; }
span { border-color: rgb(33,184,61); }
td.TdClassName
{
border-color: #21B83D;
}
.TagClassName
{
border-color: #21B83D;
}
</style>