Shades of Dark Pastel Green #21B23D
Tints of Dark Pastel Green #21B23D
RGB
CMYK
RGB Variations
Color information
#21B23D (or 0x21B23D) is known color: Dark Pastel Green. HEX triplet: 21, B2 and 3D. RGB value is (33,178,61). Sum of RGB (Red+Green+Blue) = 33+178+61=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #21B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B23D is #DE4DC2. Grayscale: #797979. Windows color (decimal): -14568899 or 4043297. OLE color: 4043297.
HSL color Cylindrical-coordinate representation of color #21B23D: hue angle of 131.59º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B23D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 61 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.30 |
| HSL | 131.59º | 0.69% | 0.41% | - |
| HSV(B) | 131.59º | 0.81% | 0.7% | - |
| XYZ | 17.39 | 32.5 | 9.77 | - |
| YUV | 121.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 61 | 0.81 | 0 | 0.66 | 0.30 | 131.59 | 0.69 | 0.41 |
| Hex | 21 | B2 | 3D | 51 | 0 | 42 | 1E | 84 | 45 | 29 |
| Octal | 41 | 262 | 75 | 121 | 0 | 102 | 36 | 204 | 105 | 51 |
| Binary | 100001 | 10110010 | 111101 | 1010001 | 0 | 1000010 | 11110 | 10000100 | 1000101 | 101001 |
Color Harmonies of #21B23D
Complementary color
Monochromatic Colors of #21B23D
Black with #21B23D
Text Example
Text Example
White with #21B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B23D; }
p { color: rgb(33,178,61); }
H1.HeaderClassName
{
color: #21B23D;
}
.AnyTagClassName
{
color: #21B23D;
}
</style>
background-color css
<style>
a { background-color: #21B23D; }
a { background-color: rgb(33,178,61); }
div.DivClassName
{
background-color: #21B23D;
}
.BgClassName
{
background-color: #21B23D;
}
</style>
border-color css
<style>
span { border-color: #21B23D; }
span { border-color: rgb(33,178,61); }
td.TdClassName
{
border-color: #21B23D;
}
.TagClassName
{
border-color: #21B23D;
}
</style>