Shades of Dark Pastel Green #02C41C
Tints of Dark Pastel Green #02C41C
RGB
CMYK
RGB Variations
Color information
#02C41C (or 0x02C41C) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 1C. RGB value is (2,196,28). Sum of RGB (Red+Green+Blue) = 2+196+28=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 196 (76.95% from 255 or 86.73% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 196 - color contains mainly: green. Hex color #02C41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C41C is #FD3BE3. Grayscale: #777777. Windows color (decimal): -16595940 or 1885186. OLE color: 1885186.
HSL color Cylindrical-coordinate representation of color #02C41C: hue angle of 128.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C41C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.23 |
| HSL | 128.04º | 0.98% | 0.39% | - |
| HSV(B) | 128.04º | 0.99% | 0.77% | - |
| XYZ | 19.97 | 39.58 | 7.68 | - |
| YUV | 118.84 | 76.73 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 28 | 0.99 | 0 | 0.86 | 0.23 | 128.04 | 0.98 | 0.39 |
| Hex | 2 | C4 | 1C | 63 | 0 | 56 | 17 | 80 | 62 | 27 |
| Octal | 2 | 304 | 34 | 143 | 0 | 126 | 27 | 200 | 142 | 47 |
| Binary | 10 | 11000100 | 11100 | 1100011 | 0 | 1010110 | 10111 | 10000000 | 1100010 | 100111 |
Color Harmonies of #02C41C
Complementary color
Monochromatic Colors of #02C41C
Black with #02C41C
Text Example
Text Example
White with #02C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C41C; }
p { color: rgb(2,196,28); }
H1.HeaderClassName
{
color: #02C41C;
}
.AnyTagClassName
{
color: #02C41C;
}
</style>
background-color css
<style>
a { background-color: #02C41C; }
a { background-color: rgb(2,196,28); }
div.DivClassName
{
background-color: #02C41C;
}
.BgClassName
{
background-color: #02C41C;
}
</style>
border-color css
<style>
span { border-color: #02C41C; }
span { border-color: rgb(2,196,28); }
td.TdClassName
{
border-color: #02C41C;
}
.TagClassName
{
border-color: #02C41C;
}
</style>