Shades of Dark Pastel Green #02D534
Tints of Dark Pastel Green #02D534
RGB
CMYK
RGB Variations
Color information
#02D534 (or 0x02D534) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 34. RGB value is (2,213,52). Sum of RGB (Red+Green+Blue) = 2+213+52=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #02D534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D534 is #FD2ACB. Grayscale: #838383. Windows color (decimal): -16591564 or 3462402. OLE color: 3462402.
HSL color Cylindrical-coordinate representation of color #02D534: hue angle of 134.22º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D534 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 52 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.16 |
| HSL | 134.22º | 0.98% | 0.42% | - |
| HSV(B) | 134.22º | 0.99% | 0.84% | - |
| XYZ | 24.44 | 47.85 | 11.2 | - |
| YUV | 131.56 | 83.1 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 52 | 0.99 | 0 | 0.76 | 0.16 | 134.22 | 0.98 | 0.42 |
| Hex | 2 | D5 | 34 | 63 | 0 | 4C | 10 | 86 | 62 | 2A |
| Octal | 2 | 325 | 64 | 143 | 0 | 114 | 20 | 206 | 142 | 52 |
| Binary | 10 | 11010101 | 110100 | 1100011 | 0 | 1001100 | 10000 | 10000110 | 1100010 | 101010 |
Color Harmonies of #02D534
Complementary color
Monochromatic Colors of #02D534
Black with #02D534
Text Example
Text Example
White with #02D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D534; }
p { color: rgb(2,213,52); }
H1.HeaderClassName
{
color: #02D534;
}
.AnyTagClassName
{
color: #02D534;
}
</style>
background-color css
<style>
a { background-color: #02D534; }
a { background-color: rgb(2,213,52); }
div.DivClassName
{
background-color: #02D534;
}
.BgClassName
{
background-color: #02D534;
}
</style>
border-color css
<style>
span { border-color: #02D534; }
span { border-color: rgb(2,213,52); }
td.TdClassName
{
border-color: #02D534;
}
.TagClassName
{
border-color: #02D534;
}
</style>