Shades of Dark Pastel Green #02B829
Tints of Dark Pastel Green #02B829
RGB
CMYK
RGB Variations
Color information
#02B829 (or 0x02B829) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 29. RGB value is (2,184,41). Sum of RGB (Red+Green+Blue) = 2+184+41=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 184 (72.27% from 255 or 81.06% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 184 - color contains mainly: green. Hex color #02B829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B829 is #FD47D6. Grayscale: #717171. Windows color (decimal): -16598999 or 2734082. OLE color: 2734082.
HSL color Cylindrical-coordinate representation of color #02B829: hue angle of 132.86º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B829 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 41 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.28 |
| HSL | 132.86º | 0.98% | 0.36% | - |
| HSV(B) | 132.86º | 0.99% | 0.72% | - |
| XYZ | 17.57 | 34.45 | 7.82 | - |
| YUV | 113.28 | 87.2 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 41 | 0.99 | 0 | 0.78 | 0.28 | 132.86 | 0.98 | 0.36 |
| Hex | 2 | B8 | 29 | 63 | 0 | 4E | 1C | 85 | 62 | 24 |
| Octal | 2 | 270 | 51 | 143 | 0 | 116 | 34 | 205 | 142 | 44 |
| Binary | 10 | 10111000 | 101001 | 1100011 | 0 | 1001110 | 11100 | 10000101 | 1100010 | 100100 |
Color Harmonies of #02B829
Complementary color
Monochromatic Colors of #02B829
Black with #02B829
Text Example
Text Example
White with #02B829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B829; }
p { color: rgb(2,184,41); }
H1.HeaderClassName
{
color: #02B829;
}
.AnyTagClassName
{
color: #02B829;
}
</style>
background-color css
<style>
a { background-color: #02B829; }
a { background-color: rgb(2,184,41); }
div.DivClassName
{
background-color: #02B829;
}
.BgClassName
{
background-color: #02B829;
}
</style>
border-color css
<style>
span { border-color: #02B829; }
span { border-color: rgb(2,184,41); }
td.TdClassName
{
border-color: #02B829;
}
.TagClassName
{
border-color: #02B829;
}
</style>