Shades of Dark Pastel Green #02C32D
Tints of Dark Pastel Green #02C32D
RGB
CMYK
RGB Variations
Color information
#02C32D (or 0x02C32D) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 2D. RGB value is (2,195,45). Sum of RGB (Red+Green+Blue) = 2+195+45=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #02C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C32D is #FD3CD2. Grayscale: #787878. Windows color (decimal): -16596179 or 2999042. OLE color: 2999042.
HSL color Cylindrical-coordinate representation of color #02C32D: hue angle of 133.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C32D is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 45 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.24 |
| HSL | 133.37º | 0.98% | 0.39% | - |
| HSV(B) | 133.37º | 0.99% | 0.76% | - |
| XYZ | 20.01 | 39.23 | 9 | - |
| YUV | 120.19 | 85.56 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 45 | 0.99 | 0 | 0.77 | 0.24 | 133.37 | 0.98 | 0.39 |
| Hex | 2 | C3 | 2D | 63 | 0 | 4D | 18 | 85 | 62 | 27 |
| Octal | 2 | 303 | 55 | 143 | 0 | 115 | 30 | 205 | 142 | 47 |
| Binary | 10 | 11000011 | 101101 | 1100011 | 0 | 1001101 | 11000 | 10000101 | 1100010 | 100111 |
Color Harmonies of #02C32D
Complementary color
Monochromatic Colors of #02C32D
Black with #02C32D
Text Example
Text Example
White with #02C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C32D; }
p { color: rgb(2,195,45); }
H1.HeaderClassName
{
color: #02C32D;
}
.AnyTagClassName
{
color: #02C32D;
}
</style>
background-color css
<style>
a { background-color: #02C32D; }
a { background-color: rgb(2,195,45); }
div.DivClassName
{
background-color: #02C32D;
}
.BgClassName
{
background-color: #02C32D;
}
</style>
border-color css
<style>
span { border-color: #02C32D; }
span { border-color: rgb(2,195,45); }
td.TdClassName
{
border-color: #02C32D;
}
.TagClassName
{
border-color: #02C32D;
}
</style>