Shades of Dark Pastel Green #02C31C
Tints of Dark Pastel Green #02C31C
RGB
CMYK
RGB Variations
Color information
#02C31C (or 0x02C31C) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 1C. RGB value is (2,195,28). Sum of RGB (Red+Green+Blue) = 2+195+28=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 195 (76.56% from 255 or 86.67% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 195 - color contains mainly: green. Hex color #02C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C31C is #FD3CE3. Grayscale: #767676. Windows color (decimal): -16596196 or 1884930. OLE color: 1884930.
HSL color Cylindrical-coordinate representation of color #02C31C: hue angle of 128.08º 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 #02C31C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.24 |
| HSL | 128.08º | 0.98% | 0.39% | - |
| HSV(B) | 128.08º | 0.99% | 0.76% | - |
| XYZ | 19.75 | 39.13 | 7.61 | - |
| YUV | 118.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 28 | 0.99 | 0 | 0.86 | 0.24 | 128.08 | 0.98 | 0.39 |
| Hex | 2 | C3 | 1C | 63 | 0 | 56 | 18 | 80 | 62 | 27 |
| Octal | 2 | 303 | 34 | 143 | 0 | 126 | 30 | 200 | 142 | 47 |
| Binary | 10 | 11000011 | 11100 | 1100011 | 0 | 1010110 | 11000 | 10000000 | 1100010 | 100111 |
Color Harmonies of #02C31C
Complementary color
Monochromatic Colors of #02C31C
Black with #02C31C
Text Example
Text Example
White with #02C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C31C; }
p { color: rgb(2,195,28); }
H1.HeaderClassName
{
color: #02C31C;
}
.AnyTagClassName
{
color: #02C31C;
}
</style>
background-color css
<style>
a { background-color: #02C31C; }
a { background-color: rgb(2,195,28); }
div.DivClassName
{
background-color: #02C31C;
}
.BgClassName
{
background-color: #02C31C;
}
</style>
border-color css
<style>
span { border-color: #02C31C; }
span { border-color: rgb(2,195,28); }
td.TdClassName
{
border-color: #02C31C;
}
.TagClassName
{
border-color: #02C31C;
}
</style>