Shades of Dark Pastel Green #21B542
Tints of Dark Pastel Green #21B542
RGB
CMYK
RGB Variations
Color information
#21B542 (or 0x21B542) is known color: Dark Pastel Green. HEX triplet: 21, B5 and 42. RGB value is (33,181,66). Sum of RGB (Red+Green+Blue) = 33+181+66=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #21B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B542 is #DE4ABD. Grayscale: #7B7B7B. Windows color (decimal): -14568126 or 4371745. OLE color: 4371745.
HSL color Cylindrical-coordinate representation of color #21B542: hue angle of 133.38º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B542 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 66 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.29 |
| HSL | 133.38º | 0.69% | 0.42% | - |
| HSV(B) | 133.38º | 0.82% | 0.71% | - |
| XYZ | 18.13 | 33.76 | 10.72 | - |
| YUV | 123.64 | 95.47 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 66 | 0.82 | 0 | 0.64 | 0.29 | 133.38 | 0.69 | 0.42 |
| Hex | 21 | B5 | 42 | 52 | 0 | 40 | 1D | 85 | 45 | 2A |
| Octal | 41 | 265 | 102 | 122 | 0 | 100 | 35 | 205 | 105 | 52 |
| Binary | 100001 | 10110101 | 1000010 | 1010010 | 0 | 1000000 | 11101 | 10000101 | 1000101 | 101010 |
Color Harmonies of #21B542
Complementary color
Monochromatic Colors of #21B542
Black with #21B542
Text Example
Text Example
White with #21B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B542; }
p { color: rgb(33,181,66); }
H1.HeaderClassName
{
color: #21B542;
}
.AnyTagClassName
{
color: #21B542;
}
</style>
background-color css
<style>
a { background-color: #21B542; }
a { background-color: rgb(33,181,66); }
div.DivClassName
{
background-color: #21B542;
}
.BgClassName
{
background-color: #21B542;
}
</style>
border-color css
<style>
span { border-color: #21B542; }
span { border-color: rgb(33,181,66); }
td.TdClassName
{
border-color: #21B542;
}
.TagClassName
{
border-color: #21B542;
}
</style>