Shades of Dark Pastel Green #21B33D
Tints of Dark Pastel Green #21B33D
RGB
CMYK
RGB Variations
Color information
#21B33D (or 0x21B33D) is known color: Dark Pastel Green. HEX triplet: 21, B3 and 3D. RGB value is (33,179,61). Sum of RGB (Red+Green+Blue) = 33+179+61=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #21B33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B33D is #DE4CC2. Grayscale: #7A7A7A. Windows color (decimal): -14568643 or 4043553. OLE color: 4043553.
HSL color Cylindrical-coordinate representation of color #21B33D: hue angle of 131.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B33D is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 61 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.30 |
| HSL | 131.51º | 0.69% | 0.42% | - |
| HSV(B) | 131.51º | 0.82% | 0.7% | - |
| XYZ | 17.59 | 32.9 | 9.84 | - |
| YUV | 121.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 61 | 0.82 | 0 | 0.66 | 0.30 | 131.51 | 0.69 | 0.42 |
| Hex | 21 | B3 | 3D | 52 | 0 | 42 | 1E | 84 | 45 | 2A |
| Octal | 41 | 263 | 75 | 122 | 0 | 102 | 36 | 204 | 105 | 52 |
| Binary | 100001 | 10110011 | 111101 | 1010010 | 0 | 1000010 | 11110 | 10000100 | 1000101 | 101010 |
Color Harmonies of #21B33D
Complementary color
Monochromatic Colors of #21B33D
Black with #21B33D
Text Example
Text Example
White with #21B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B33D; }
p { color: rgb(33,179,61); }
H1.HeaderClassName
{
color: #21B33D;
}
.AnyTagClassName
{
color: #21B33D;
}
</style>
background-color css
<style>
a { background-color: #21B33D; }
a { background-color: rgb(33,179,61); }
div.DivClassName
{
background-color: #21B33D;
}
.BgClassName
{
background-color: #21B33D;
}
</style>
border-color css
<style>
span { border-color: #21B33D; }
span { border-color: rgb(33,179,61); }
td.TdClassName
{
border-color: #21B33D;
}
.TagClassName
{
border-color: #21B33D;
}
</style>