#02C22A

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

Shades of Dark Pastel Green #02C22A

Tints of Dark Pastel Green #02C22A

Color information

#02C22A (or 0x02C22A) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C2 and 2A. RGB value is (2,194,42). Sum of RGB (Red+Green+Blue) = 2+194+42=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #02C22A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C22A is #FD3DD5. Grayscale: #777777. Windows color (decimal): -16596438 or 2802178. OLE color: 2802178.

HSL color Cylindrical-coordinate representation of color #02C22A: hue angle of 132.5º 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 #02C22A is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB219442-
CMYK0.9900.780.24
HSL132.5º97.96%38.43%-
HSV(B)132.5º98.97%76.08%-
XYZ19.7338.768.63-
YUV119.2684.3944.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 194 (76.17% from 255) = 81.51%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=0.84%
G=81.51%
B=17.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2194420.9900.780.24132.597.9638.43
Hex2C22A6304E18846226
Octal23025214301163020414246
Binary101100001010101011000110100111011000100001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,194,42); }

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

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

 a { background-color: rgb(2,194,42); }

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

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

 span { border-color: rgb(2,194,42); }

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