Shades of Dark Pastel Green #02C034
Tints of Dark Pastel Green #02C034
RGB
CMYK
RGB Variations
Color information
#02C034 (or 0x02C034) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 34. RGB value is (2,192,52). Sum of RGB (Red+Green+Blue) = 2+192+52=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #02C034 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C034 is #FD3FCB. Grayscale: #777777. Windows color (decimal): -16596940 or 3457026. OLE color: 3457026.
HSL color Cylindrical-coordinate representation of color #02C034: hue angle of 135.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C034 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 52 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.25 |
| HSL | 135.79º | 0.98% | 0.38% | - |
| HSV(B) | 135.79º | 0.99% | 0.75% | - |
| XYZ | 19.49 | 37.96 | 9.55 | - |
| YUV | 119.23 | 90.05 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 52 | 0.99 | 0 | 0.73 | 0.25 | 135.79 | 0.98 | 0.38 |
| Hex | 2 | C0 | 34 | 63 | 0 | 49 | 19 | 88 | 62 | 26 |
| Octal | 2 | 300 | 64 | 143 | 0 | 111 | 31 | 210 | 142 | 46 |
| Binary | 10 | 11000000 | 110100 | 1100011 | 0 | 1001001 | 11001 | 10001000 | 1100010 | 100110 |
Color Harmonies of #02C034
Complementary color
Monochromatic Colors of #02C034
Black with #02C034
Text Example
Text Example
White with #02C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C034; }
p { color: rgb(2,192,52); }
H1.HeaderClassName
{
color: #02C034;
}
.AnyTagClassName
{
color: #02C034;
}
</style>
background-color css
<style>
a { background-color: #02C034; }
a { background-color: rgb(2,192,52); }
div.DivClassName
{
background-color: #02C034;
}
.BgClassName
{
background-color: #02C034;
}
</style>
border-color css
<style>
span { border-color: #02C034; }
span { border-color: rgb(2,192,52); }
td.TdClassName
{
border-color: #02C034;
}
.TagClassName
{
border-color: #02C034;
}
</style>