Shades of Dark Pastel Green #21B13A
Tints of Dark Pastel Green #21B13A
RGB
CMYK
RGB Variations
Color information
#21B13A (or 0x21B13A) is known color: Dark Pastel Green. HEX triplet: 21, B1 and 3A. RGB value is (33,177,58). Sum of RGB (Red+Green+Blue) = 33+177+58=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #21B13A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B13A is #DE4EC5. Grayscale: #787878. Windows color (decimal): -14569158 or 3846433. OLE color: 3846433.
HSL color Cylindrical-coordinate representation of color #21B13A: hue angle of 130.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B13A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 58 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.31 |
| HSL | 130.42º | 0.69% | 0.41% | - |
| HSV(B) | 130.42º | 0.81% | 0.69% | - |
| XYZ | 17.11 | 32.07 | 9.29 | - |
| YUV | 120.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 58 | 0.81 | 0 | 0.67 | 0.31 | 130.42 | 0.69 | 0.41 |
| Hex | 21 | B1 | 3A | 51 | 0 | 43 | 1F | 82 | 45 | 29 |
| Octal | 41 | 261 | 72 | 121 | 0 | 103 | 37 | 202 | 105 | 51 |
| Binary | 100001 | 10110001 | 111010 | 1010001 | 0 | 1000011 | 11111 | 10000010 | 1000101 | 101001 |
Color Harmonies of #21B13A
Complementary color
Monochromatic Colors of #21B13A
Black with #21B13A
Text Example
Text Example
White with #21B13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B13A; }
p { color: rgb(33,177,58); }
H1.HeaderClassName
{
color: #21B13A;
}
.AnyTagClassName
{
color: #21B13A;
}
</style>
background-color css
<style>
a { background-color: #21B13A; }
a { background-color: rgb(33,177,58); }
div.DivClassName
{
background-color: #21B13A;
}
.BgClassName
{
background-color: #21B13A;
}
</style>
border-color css
<style>
span { border-color: #21B13A; }
span { border-color: rgb(33,177,58); }
td.TdClassName
{
border-color: #21B13A;
}
.TagClassName
{
border-color: #21B13A;
}
</style>