#02C142

Color #02C142 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02C142

Tints of Dark Pastel Green #02C142

Color information

#02C142 (or 0x02C142) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C1 and 42. RGB value is (2,193,66). Sum of RGB (Red+Green+Blue) = 2+193+66=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #02C142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C142 is #FD3EBD. Grayscale: #797979. Windows color (decimal): -16596670 or 4374786. OLE color: 4374786.

HSL color Cylindrical-coordinate representation of color #02C142: hue angle of 140.1º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C142 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB219366-
CMYK0.9900.660.24
HSL140.1º97.95%38.24%-
HSV(B)140.1º98.96%75.69%-
XYZ20.0838.5511.54-
YUV121.4196.7242.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 193 (75.78% from 255) = 73.95%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=0.77%
G=73.95%
B=25.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2193660.9900.660.24140.197.9538.24
Hex2C14263042188c6226
Octal230110214301023021414246
Binary1011000001100001011000110100001011000100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C142; }

 p { color: rgb(2,193,66); }

 H1.HeaderClassName
 {
   color: #02C142;
 }
 .AnyTagClassName
 {
   color: #02C142;
 }
</style>
background-color css

<style>
 a { background-color: #02C142; }

 a { background-color: rgb(2,193,66); }

 div.DivClassName
 {
   background-color: #02C142;
 }
 .BgClassName
 {
   background-color: #02C142;
 }
</style>
border-color css

<style>
 span { border-color: #02C142; }

 span { border-color: rgb(2,193,66); }

 td.TdClassName
 {
   border-color: #02C142;
 }
 .TagClassName
 {
   border-color: #02C142;
 }
</style>