Shades of Dark Pastel Green #02C346
Tints of Dark Pastel Green #02C346
RGB
CMYK
RGB Variations
Color information
#02C346 (or 0x02C346) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 46. RGB value is (2,195,70). Sum of RGB (Red+Green+Blue) = 2+195+70=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #02C346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C346 is #FD3CB9. Grayscale: #7B7B7B. Windows color (decimal): -16596154 or 4637442. OLE color: 4637442.
HSL color Cylindrical-coordinate representation of color #02C346: hue angle of 141.14º 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 #02C346 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 70 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.24 |
| HSL | 141.14º | 0.98% | 0.39% | - |
| HSV(B) | 141.14º | 0.99% | 0.76% | - |
| XYZ | 20.65 | 39.49 | 12.33 | - |
| YUV | 123.04 | 98.06 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 70 | 0.99 | 0 | 0.64 | 0.24 | 141.14 | 0.98 | 0.39 |
| Hex | 2 | C3 | 46 | 63 | 0 | 40 | 18 | 8D | 62 | 27 |
| Octal | 2 | 303 | 106 | 143 | 0 | 100 | 30 | 215 | 142 | 47 |
| Binary | 10 | 11000011 | 1000110 | 1100011 | 0 | 1000000 | 11000 | 10001101 | 1100010 | 100111 |
Color Harmonies of #02C346
Complementary color
Monochromatic Colors of #02C346
Black with #02C346
Text Example
Text Example
White with #02C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C346; }
p { color: rgb(2,195,70); }
H1.HeaderClassName
{
color: #02C346;
}
.AnyTagClassName
{
color: #02C346;
}
</style>
background-color css
<style>
a { background-color: #02C346; }
a { background-color: rgb(2,195,70); }
div.DivClassName
{
background-color: #02C346;
}
.BgClassName
{
background-color: #02C346;
}
</style>
border-color css
<style>
span { border-color: #02C346; }
span { border-color: rgb(2,195,70); }
td.TdClassName
{
border-color: #02C346;
}
.TagClassName
{
border-color: #02C346;
}
</style>