#02C62C

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

Shades of Dark Pastel Green #02C62C

Tints of Dark Pastel Green #02C62C

Color information

#02C62C (or 0x02C62C) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C6 and 2C. RGB value is (2,198,44). Sum of RGB (Red+Green+Blue) = 2+198+44=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #02C62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C62C is #FD39D3. Grayscale: #7A7A7A. Windows color (decimal): -16595412 or 2934274. OLE color: 2934274.

HSL color Cylindrical-coordinate representation of color #02C62C: hue angle of 132.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C62C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB219844-
CMYK0.9900.780.22
HSL132.86º98%39.22%-
HSV(B)132.86º98.99%77.65%-
XYZ20.6740.589.13-
YUV121.8484.0742.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 198 (77.73% from 255) = 81.15%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=0.82%
G=81.15%
B=18.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2198440.9900.780.22132.869839.22
Hex2C62C6304E16856227
Octal23065414301162620514247
Binary101100011010110011000110100111010110100001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,198,44); }

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

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

 a { background-color: rgb(2,198,44); }

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

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

 span { border-color: rgb(2,198,44); }

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