Shades of Dark Pastel Green #02A621
Tints of Dark Pastel Green #02A621
RGB
CMYK
RGB Variations
Color information
#02A621 (or 0x02A621) is known color: Dark Pastel Green. HEX triplet: 02, A6 and 21. RGB value is (2,166,33). Sum of RGB (Red+Green+Blue) = 2+166+33=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 166 (65.23% from 255 or 82.59% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 166 - color contains mainly: green. Hex color #02A621 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A621 is #FD59DE. Grayscale: #666666. Windows color (decimal): -16603615 or 2205186. OLE color: 2205186.
HSL color Cylindrical-coordinate representation of color #02A621: hue angle of 131.34º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A621 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 33 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.35 |
| HSL | 131.34º | 0.98% | 0.33% | - |
| HSV(B) | 131.34º | 0.99% | 0.65% | - |
| XYZ | 13.94 | 27.4 | 5.99 | - |
| YUV | 101.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 33 | 0.99 | 0 | 0.80 | 0.35 | 131.34 | 0.98 | 0.33 |
| Hex | 2 | A6 | 21 | 63 | 0 | 50 | 23 | 83 | 62 | 21 |
| Octal | 2 | 246 | 41 | 143 | 0 | 120 | 43 | 203 | 142 | 41 |
| Binary | 10 | 10100110 | 100001 | 1100011 | 0 | 1010000 | 100011 | 10000011 | 1100010 | 100001 |
Color Harmonies of #02A621
Complementary color
Monochromatic Colors of #02A621
Black with #02A621
Text Example
Text Example
White with #02A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A621; }
p { color: rgb(2,166,33); }
H1.HeaderClassName
{
color: #02A621;
}
.AnyTagClassName
{
color: #02A621;
}
</style>
background-color css
<style>
a { background-color: #02A621; }
a { background-color: rgb(2,166,33); }
div.DivClassName
{
background-color: #02A621;
}
.BgClassName
{
background-color: #02A621;
}
</style>
border-color css
<style>
span { border-color: #02A621; }
span { border-color: rgb(2,166,33); }
td.TdClassName
{
border-color: #02A621;
}
.TagClassName
{
border-color: #02A621;
}
</style>