Shades of Dark Pastel Green #02C426
Tints of Dark Pastel Green #02C426
RGB
CMYK
RGB Variations
Color information
#02C426 (or 0x02C426) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 26. RGB value is (2,196,38). Sum of RGB (Red+Green+Blue) = 2+196+38=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #02C426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C426 is #FD3BD9. Grayscale: #787878. Windows color (decimal): -16595930 or 2540546. OLE color: 2540546.
HSL color Cylindrical-coordinate representation of color #02C426: hue angle of 131.13º 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 #02C426 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 38 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.23 |
| HSL | 131.13º | 0.98% | 0.39% | - |
| HSV(B) | 131.13º | 0.99% | 0.77% | - |
| XYZ | 20.11 | 39.63 | 8.42 | - |
| YUV | 119.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 38 | 0.99 | 0 | 0.81 | 0.23 | 131.13 | 0.98 | 0.39 |
| Hex | 2 | C4 | 26 | 63 | 0 | 51 | 17 | 83 | 62 | 27 |
| Octal | 2 | 304 | 46 | 143 | 0 | 121 | 27 | 203 | 142 | 47 |
| Binary | 10 | 11000100 | 100110 | 1100011 | 0 | 1010001 | 10111 | 10000011 | 1100010 | 100111 |
Color Harmonies of #02C426
Complementary color
Monochromatic Colors of #02C426
Black with #02C426
Text Example
Text Example
White with #02C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C426; }
p { color: rgb(2,196,38); }
H1.HeaderClassName
{
color: #02C426;
}
.AnyTagClassName
{
color: #02C426;
}
</style>
background-color css
<style>
a { background-color: #02C426; }
a { background-color: rgb(2,196,38); }
div.DivClassName
{
background-color: #02C426;
}
.BgClassName
{
background-color: #02C426;
}
</style>
border-color css
<style>
span { border-color: #02C426; }
span { border-color: rgb(2,196,38); }
td.TdClassName
{
border-color: #02C426;
}
.TagClassName
{
border-color: #02C426;
}
</style>