Shades of Dark Pastel Green #02D141
Tints of Dark Pastel Green #02D141
RGB
CMYK
RGB Variations
Color information
#02D141 (or 0x02D141) is known color: Dark Pastel Green. HEX triplet: 02, D1 and 41. RGB value is (2,209,65). Sum of RGB (Red+Green+Blue) = 2+209+65=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #02D141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D141 is #FD2EBE. Grayscale: #838383. Windows color (decimal): -16592575 or 4313346. OLE color: 4313346.
HSL color Cylindrical-coordinate representation of color #02D141: hue angle of 138.26º 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 #02D141 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 65 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.18 |
| HSL | 138.26º | 0.98% | 0.41% | - |
| HSV(B) | 138.26º | 0.99% | 0.82% | - |
| XYZ | 23.78 | 46 | 12.63 | - |
| YUV | 130.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 65 | 0.99 | 0 | 0.69 | 0.18 | 138.26 | 0.98 | 0.41 |
| Hex | 2 | D1 | 41 | 63 | 0 | 45 | 12 | 8A | 62 | 29 |
| Octal | 2 | 321 | 101 | 143 | 0 | 105 | 22 | 212 | 142 | 51 |
| Binary | 10 | 11010001 | 1000001 | 1100011 | 0 | 1000101 | 10010 | 10001010 | 1100010 | 101001 |
Color Harmonies of #02D141
Complementary color
Monochromatic Colors of #02D141
Black with #02D141
Text Example
Text Example
White with #02D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D141; }
p { color: rgb(2,209,65); }
H1.HeaderClassName
{
color: #02D141;
}
.AnyTagClassName
{
color: #02D141;
}
</style>
background-color css
<style>
a { background-color: #02D141; }
a { background-color: rgb(2,209,65); }
div.DivClassName
{
background-color: #02D141;
}
.BgClassName
{
background-color: #02D141;
}
</style>
border-color css
<style>
span { border-color: #02D141; }
span { border-color: rgb(2,209,65); }
td.TdClassName
{
border-color: #02D141;
}
.TagClassName
{
border-color: #02D141;
}
</style>