Shades of Dark Pastel Green #02A42C
Tints of Dark Pastel Green #02A42C
RGB
CMYK
RGB Variations
Color information
#02A42C (or 0x02A42C) is known color: Dark Pastel Green. HEX triplet: 02, A4 and 2C. RGB value is (2,164,44). Sum of RGB (Red+Green+Blue) = 2+164+44=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #02A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A42C is #FD5BD3. Grayscale: #666666. Windows color (decimal): -16604116 or 2925570. OLE color: 2925570.
HSL color Cylindrical-coordinate representation of color #02A42C: hue angle of 135.56º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A42C is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 164 | 44 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.36 |
| HSL | 135.56º | 0.98% | 0.33% | - |
| HSV(B) | 135.56º | 0.99% | 0.64% | - |
| XYZ | 13.76 | 26.75 | 6.82 | - |
| YUV | 101.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 44 | 0.99 | 0 | 0.73 | 0.36 | 135.56 | 0.98 | 0.33 |
| Hex | 2 | A4 | 2C | 63 | 0 | 49 | 24 | 88 | 62 | 21 |
| Octal | 2 | 244 | 54 | 143 | 0 | 111 | 44 | 210 | 142 | 41 |
| Binary | 10 | 10100100 | 101100 | 1100011 | 0 | 1001001 | 100100 | 10001000 | 1100010 | 100001 |
Color Harmonies of #02A42C
Complementary color
Monochromatic Colors of #02A42C
Black with #02A42C
Text Example
Text Example
White with #02A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A42C; }
p { color: rgb(2,164,44); }
H1.HeaderClassName
{
color: #02A42C;
}
.AnyTagClassName
{
color: #02A42C;
}
</style>
background-color css
<style>
a { background-color: #02A42C; }
a { background-color: rgb(2,164,44); }
div.DivClassName
{
background-color: #02A42C;
}
.BgClassName
{
background-color: #02A42C;
}
</style>
border-color css
<style>
span { border-color: #02A42C; }
span { border-color: rgb(2,164,44); }
td.TdClassName
{
border-color: #02A42C;
}
.TagClassName
{
border-color: #02A42C;
}
</style>