Shades of Dark Pastel Green #21B93D
Tints of Dark Pastel Green #21B93D
RGB
CMYK
RGB Variations
Color information
#21B93D (or 0x21B93D) is known color: Dark Pastel Green. HEX triplet: 21, B9 and 3D. RGB value is (33,185,61). Sum of RGB (Red+Green+Blue) = 33+185+61=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 185 (72.66% from 255 or 66.31% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 185 - color contains mainly: green. Hex color #21B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B93D is #DE46C2. Grayscale: #7D7D7D. Windows color (decimal): -14567107 or 4045089. OLE color: 4045089.
HSL color Cylindrical-coordinate representation of color #21B93D: hue angle of 131.05º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B93D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 61 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.27 |
| HSL | 131.05º | 0.7% | 0.43% | - |
| HSV(B) | 131.05º | 0.82% | 0.73% | - |
| XYZ | 18.82 | 35.36 | 10.25 | - |
| YUV | 125.42 | 91.64 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 61 | 0.82 | 0 | 0.67 | 0.27 | 131.05 | 0.7 | 0.43 |
| Hex | 21 | B9 | 3D | 52 | 0 | 43 | 1B | 83 | 46 | 2B |
| Octal | 41 | 271 | 75 | 122 | 0 | 103 | 33 | 203 | 106 | 53 |
| Binary | 100001 | 10111001 | 111101 | 1010010 | 0 | 1000011 | 11011 | 10000011 | 1000110 | 101011 |
Color Harmonies of #21B93D
Complementary color
Monochromatic Colors of #21B93D
Black with #21B93D
Text Example
Text Example
White with #21B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B93D; }
p { color: rgb(33,185,61); }
H1.HeaderClassName
{
color: #21B93D;
}
.AnyTagClassName
{
color: #21B93D;
}
</style>
background-color css
<style>
a { background-color: #21B93D; }
a { background-color: rgb(33,185,61); }
div.DivClassName
{
background-color: #21B93D;
}
.BgClassName
{
background-color: #21B93D;
}
</style>
border-color css
<style>
span { border-color: #21B93D; }
span { border-color: rgb(33,185,61); }
td.TdClassName
{
border-color: #21B93D;
}
.TagClassName
{
border-color: #21B93D;
}
</style>