Shades of Dark Pastel Green #02C342
Tints of Dark Pastel Green #02C342
RGB
CMYK
RGB Variations
Color information
#02C342 (or 0x02C342) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 42. RGB value is (2,195,66). Sum of RGB (Red+Green+Blue) = 2+195+66=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #02C342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C342 is #FD3CBD. Grayscale: #7A7A7A. Windows color (decimal): -16596158 or 4375298. OLE color: 4375298.
HSL color Cylindrical-coordinate representation of color #02C342: hue angle of 139.9º 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 #02C342 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 66 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.24 |
| HSL | 139.9º | 0.98% | 0.39% | - |
| HSV(B) | 139.9º | 0.99% | 0.76% | - |
| XYZ | 20.52 | 39.44 | 11.68 | - |
| YUV | 122.59 | 96.06 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 66 | 0.99 | 0 | 0.66 | 0.24 | 139.9 | 0.98 | 0.39 |
| Hex | 2 | C3 | 42 | 63 | 0 | 42 | 18 | 8C | 62 | 27 |
| Octal | 2 | 303 | 102 | 143 | 0 | 102 | 30 | 214 | 142 | 47 |
| Binary | 10 | 11000011 | 1000010 | 1100011 | 0 | 1000010 | 11000 | 10001100 | 1100010 | 100111 |
Color Harmonies of #02C342
Complementary color
Monochromatic Colors of #02C342
Black with #02C342
Text Example
Text Example
White with #02C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C342; }
p { color: rgb(2,195,66); }
H1.HeaderClassName
{
color: #02C342;
}
.AnyTagClassName
{
color: #02C342;
}
</style>
background-color css
<style>
a { background-color: #02C342; }
a { background-color: rgb(2,195,66); }
div.DivClassName
{
background-color: #02C342;
}
.BgClassName
{
background-color: #02C342;
}
</style>
border-color css
<style>
span { border-color: #02C342; }
span { border-color: rgb(2,195,66); }
td.TdClassName
{
border-color: #02C342;
}
.TagClassName
{
border-color: #02C342;
}
</style>