Shades of Dark Pastel Green #02B849
Tints of Dark Pastel Green #02B849
RGB
CMYK
RGB Variations
Color information
#02B849 (or 0x02B849) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 49. RGB value is (2,184,73). Sum of RGB (Red+Green+Blue) = 2+184+73=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #02B849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B849 is #FD47B6. Grayscale: #757575. Windows color (decimal): -16598967 or 4831234. OLE color: 4831234.
HSL color Cylindrical-coordinate representation of color #02B849: hue angle of 143.41º 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 #02B849 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 73 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.28 |
| HSL | 143.41º | 0.98% | 0.36% | - |
| HSV(B) | 143.41º | 0.99% | 0.72% | - |
| XYZ | 18.37 | 34.77 | 12.05 | - |
| YUV | 116.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 73 | 0.99 | 0 | 0.60 | 0.28 | 143.41 | 0.98 | 0.36 |
| Hex | 2 | B8 | 49 | 63 | 0 | 3C | 1C | 8F | 62 | 24 |
| Octal | 2 | 270 | 111 | 143 | 0 | 74 | 34 | 217 | 142 | 44 |
| Binary | 10 | 10111000 | 1001001 | 1100011 | 0 | 111100 | 11100 | 10001111 | 1100010 | 100100 |
Color Harmonies of #02B849
Complementary color
Monochromatic Colors of #02B849
Black with #02B849
Text Example
Text Example
White with #02B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B849; }
p { color: rgb(2,184,73); }
H1.HeaderClassName
{
color: #02B849;
}
.AnyTagClassName
{
color: #02B849;
}
</style>
background-color css
<style>
a { background-color: #02B849; }
a { background-color: rgb(2,184,73); }
div.DivClassName
{
background-color: #02B849;
}
.BgClassName
{
background-color: #02B849;
}
</style>
border-color css
<style>
span { border-color: #02B849; }
span { border-color: rgb(2,184,73); }
td.TdClassName
{
border-color: #02B849;
}
.TagClassName
{
border-color: #02B849;
}
</style>