Shades of Dark Pastel Green #02D237
Tints of Dark Pastel Green #02D237
RGB
CMYK
RGB Variations
Color information
#02D237 (or 0x02D237) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 37. RGB value is (2,210,55). Sum of RGB (Red+Green+Blue) = 2+210+55=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 210 (82.42% from 255 or 78.65% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 210 - color contains mainly: green. Hex color #02D237 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D237 is #FD2DC8. Grayscale: #828282. Windows color (decimal): -16592329 or 3658242. OLE color: 3658242.
HSL color Cylindrical-coordinate representation of color #02D237: hue angle of 135.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D237 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 55 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.18 |
| HSL | 135.29º | 0.98% | 0.42% | - |
| HSV(B) | 135.29º | 0.99% | 0.82% | - |
| XYZ | 23.76 | 46.38 | 11.31 | - |
| YUV | 130.14 | 85.59 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 55 | 0.99 | 0 | 0.74 | 0.18 | 135.29 | 0.98 | 0.42 |
| Hex | 2 | D2 | 37 | 63 | 0 | 4A | 12 | 87 | 62 | 2A |
| Octal | 2 | 322 | 67 | 143 | 0 | 112 | 22 | 207 | 142 | 52 |
| Binary | 10 | 11010010 | 110111 | 1100011 | 0 | 1001010 | 10010 | 10000111 | 1100010 | 101010 |
Color Harmonies of #02D237
Complementary color
Monochromatic Colors of #02D237
Black with #02D237
Text Example
Text Example
White with #02D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D237; }
p { color: rgb(2,210,55); }
H1.HeaderClassName
{
color: #02D237;
}
.AnyTagClassName
{
color: #02D237;
}
</style>
background-color css
<style>
a { background-color: #02D237; }
a { background-color: rgb(2,210,55); }
div.DivClassName
{
background-color: #02D237;
}
.BgClassName
{
background-color: #02D237;
}
</style>
border-color css
<style>
span { border-color: #02D237; }
span { border-color: rgb(2,210,55); }
td.TdClassName
{
border-color: #02D237;
}
.TagClassName
{
border-color: #02D237;
}
</style>