Shades of Dark Pastel Green #21B73C
Tints of Dark Pastel Green #21B73C
RGB
CMYK
RGB Variations
Color information
#21B73C (or 0x21B73C) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 3C. RGB value is (33,183,60). Sum of RGB (Red+Green+Blue) = 33+183+60=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #21B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B73C is #DE48C3. Grayscale: #7C7C7C. Windows color (decimal): -14567620 or 3979041. OLE color: 3979041.
HSL color Cylindrical-coordinate representation of color #21B73C: hue angle of 130.8º 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 #21B73C is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 60 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.28 |
| HSL | 130.8º | 0.69% | 0.42% | - |
| HSV(B) | 130.8º | 0.82% | 0.72% | - |
| XYZ | 18.38 | 34.52 | 9.97 | - |
| YUV | 124.13 | 91.81 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 60 | 0.82 | 0 | 0.67 | 0.28 | 130.8 | 0.69 | 0.42 |
| Hex | 21 | B7 | 3C | 52 | 0 | 43 | 1C | 83 | 45 | 2A |
| Octal | 41 | 267 | 74 | 122 | 0 | 103 | 34 | 203 | 105 | 52 |
| Binary | 100001 | 10110111 | 111100 | 1010010 | 0 | 1000011 | 11100 | 10000011 | 1000101 | 101010 |
Color Harmonies of #21B73C
Complementary color
Monochromatic Colors of #21B73C
Black with #21B73C
Text Example
Text Example
White with #21B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B73C; }
p { color: rgb(33,183,60); }
H1.HeaderClassName
{
color: #21B73C;
}
.AnyTagClassName
{
color: #21B73C;
}
</style>
background-color css
<style>
a { background-color: #21B73C; }
a { background-color: rgb(33,183,60); }
div.DivClassName
{
background-color: #21B73C;
}
.BgClassName
{
background-color: #21B73C;
}
</style>
border-color css
<style>
span { border-color: #21B73C; }
span { border-color: rgb(33,183,60); }
td.TdClassName
{
border-color: #21B73C;
}
.TagClassName
{
border-color: #21B73C;
}
</style>