Shades of Dark Pastel Green #02D238
Tints of Dark Pastel Green #02D238
RGB
CMYK
RGB Variations
Color information
#02D238 (or 0x02D238) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 38. RGB value is (2,210,56). Sum of RGB (Red+Green+Blue) = 2+210+56=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 210 (82.42% from 255 or 78.36% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 210 - color contains mainly: green. Hex color #02D238 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D238 is #FD2DC7. Grayscale: #828282. Windows color (decimal): -16592328 or 3723778. OLE color: 3723778.
HSL color Cylindrical-coordinate representation of color #02D238: hue angle of 135.58º 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 #02D238 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 56 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.18 |
| HSL | 135.58º | 0.98% | 0.42% | - |
| HSV(B) | 135.58º | 0.99% | 0.82% | - |
| XYZ | 23.79 | 46.39 | 11.44 | - |
| YUV | 130.25 | 86.09 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 56 | 0.99 | 0 | 0.73 | 0.18 | 135.58 | 0.98 | 0.42 |
| Hex | 2 | D2 | 38 | 63 | 0 | 49 | 12 | 88 | 62 | 2A |
| Octal | 2 | 322 | 70 | 143 | 0 | 111 | 22 | 210 | 142 | 52 |
| Binary | 10 | 11010010 | 111000 | 1100011 | 0 | 1001001 | 10010 | 10001000 | 1100010 | 101010 |
Color Harmonies of #02D238
Complementary color
Monochromatic Colors of #02D238
Black with #02D238
Text Example
Text Example
White with #02D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D238; }
p { color: rgb(2,210,56); }
H1.HeaderClassName
{
color: #02D238;
}
.AnyTagClassName
{
color: #02D238;
}
</style>
background-color css
<style>
a { background-color: #02D238; }
a { background-color: rgb(2,210,56); }
div.DivClassName
{
background-color: #02D238;
}
.BgClassName
{
background-color: #02D238;
}
</style>
border-color css
<style>
span { border-color: #02D238; }
span { border-color: rgb(2,210,56); }
td.TdClassName
{
border-color: #02D238;
}
.TagClassName
{
border-color: #02D238;
}
</style>