Shades of Dark Pastel Green #02D143
Tints of Dark Pastel Green #02D143
RGB
CMYK
RGB Variations
Color information
#02D143 (or 0x02D143) is known color: Dark Pastel Green. HEX triplet: 02, D1 and 43. RGB value is (2,209,67). Sum of RGB (Red+Green+Blue) = 2+209+67=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #02D143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D143 is #FD2EBC. Grayscale: #838383. Windows color (decimal): -16592573 or 4444418. OLE color: 4444418.
HSL color Cylindrical-coordinate representation of color #02D143: hue angle of 138.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D143 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 67 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.18 |
| HSL | 138.84º | 0.98% | 0.41% | - |
| HSV(B) | 138.84º | 0.99% | 0.82% | - |
| XYZ | 23.84 | 46.02 | 12.94 | - |
| YUV | 130.92 | 91.92 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 67 | 0.99 | 0 | 0.68 | 0.18 | 138.84 | 0.98 | 0.41 |
| Hex | 2 | D1 | 43 | 63 | 0 | 44 | 12 | 8B | 62 | 29 |
| Octal | 2 | 321 | 103 | 143 | 0 | 104 | 22 | 213 | 142 | 51 |
| Binary | 10 | 11010001 | 1000011 | 1100011 | 0 | 1000100 | 10010 | 10001011 | 1100010 | 101001 |
Color Harmonies of #02D143
Complementary color
Monochromatic Colors of #02D143
Black with #02D143
Text Example
Text Example
White with #02D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D143; }
p { color: rgb(2,209,67); }
H1.HeaderClassName
{
color: #02D143;
}
.AnyTagClassName
{
color: #02D143;
}
</style>
background-color css
<style>
a { background-color: #02D143; }
a { background-color: rgb(2,209,67); }
div.DivClassName
{
background-color: #02D143;
}
.BgClassName
{
background-color: #02D143;
}
</style>
border-color css
<style>
span { border-color: #02D143; }
span { border-color: rgb(2,209,67); }
td.TdClassName
{
border-color: #02D143;
}
.TagClassName
{
border-color: #02D143;
}
</style>