Shades of Dark Pastel Green #02A830
Tints of Dark Pastel Green #02A830
RGB
CMYK
RGB Variations
Color information
#02A830 (or 0x02A830) is known color: Dark Pastel Green. HEX triplet: 02, A8 and 30. RGB value is (2,168,48). Sum of RGB (Red+Green+Blue) = 2+168+48=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #02A830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A830 is #FD57CF. Grayscale: #686868. Windows color (decimal): -16603088 or 3188738. OLE color: 3188738.
HSL color Cylindrical-coordinate representation of color #02A830: hue angle of 136.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A830 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 48 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.34 |
| HSL | 136.63º | 0.98% | 0.33% | - |
| HSV(B) | 136.63º | 0.99% | 0.66% | - |
| XYZ | 14.56 | 28.23 | 7.48 | - |
| YUV | 104.69 | 96 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 48 | 0.99 | 0 | 0.71 | 0.34 | 136.63 | 0.98 | 0.33 |
| Hex | 2 | A8 | 30 | 63 | 0 | 47 | 22 | 89 | 62 | 21 |
| Octal | 2 | 250 | 60 | 143 | 0 | 107 | 42 | 211 | 142 | 41 |
| Binary | 10 | 10101000 | 110000 | 1100011 | 0 | 1000111 | 100010 | 10001001 | 1100010 | 100001 |
Color Harmonies of #02A830
Complementary color
Monochromatic Colors of #02A830
Black with #02A830
Text Example
Text Example
White with #02A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A830; }
p { color: rgb(2,168,48); }
H1.HeaderClassName
{
color: #02A830;
}
.AnyTagClassName
{
color: #02A830;
}
</style>
background-color css
<style>
a { background-color: #02A830; }
a { background-color: rgb(2,168,48); }
div.DivClassName
{
background-color: #02A830;
}
.BgClassName
{
background-color: #02A830;
}
</style>
border-color css
<style>
span { border-color: #02A830; }
span { border-color: rgb(2,168,48); }
td.TdClassName
{
border-color: #02A830;
}
.TagClassName
{
border-color: #02A830;
}
</style>