Shades of Dark Pastel Green #21B73D
Tints of Dark Pastel Green #21B73D
RGB
CMYK
RGB Variations
Color information
#21B73D (or 0x21B73D) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 3D. RGB value is (33,183,61). Sum of RGB (Red+Green+Blue) = 33+183+61=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #21B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B73D is #DE48C2. Grayscale: #7C7C7C. Windows color (decimal): -14567619 or 4044577. OLE color: 4044577.
HSL color Cylindrical-coordinate representation of color #21B73D: hue angle of 131.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B73D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 61 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.28 |
| HSL | 131.2º | 0.69% | 0.42% | - |
| HSV(B) | 131.2º | 0.82% | 0.72% | - |
| XYZ | 18.4 | 34.53 | 10.11 | - |
| YUV | 124.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 61 | 0.82 | 0 | 0.67 | 0.28 | 131.2 | 0.69 | 0.42 |
| Hex | 21 | B7 | 3D | 52 | 0 | 43 | 1C | 83 | 45 | 2A |
| Octal | 41 | 267 | 75 | 122 | 0 | 103 | 34 | 203 | 105 | 52 |
| Binary | 100001 | 10110111 | 111101 | 1010010 | 0 | 1000011 | 11100 | 10000011 | 1000101 | 101010 |
Color Harmonies of #21B73D
Complementary color
Monochromatic Colors of #21B73D
Black with #21B73D
Text Example
Text Example
White with #21B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B73D; }
p { color: rgb(33,183,61); }
H1.HeaderClassName
{
color: #21B73D;
}
.AnyTagClassName
{
color: #21B73D;
}
</style>
background-color css
<style>
a { background-color: #21B73D; }
a { background-color: rgb(33,183,61); }
div.DivClassName
{
background-color: #21B73D;
}
.BgClassName
{
background-color: #21B73D;
}
</style>
border-color css
<style>
span { border-color: #21B73D; }
span { border-color: rgb(33,183,61); }
td.TdClassName
{
border-color: #21B73D;
}
.TagClassName
{
border-color: #21B73D;
}
</style>