#02C61C

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

Shades of Dark Pastel Green #02C61C

Tints of Dark Pastel Green #02C61C

Color information

#02C61C (or 0x02C61C) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C6 and 1C. RGB value is (2,198,28). Sum of RGB (Red+Green+Blue) = 2+198+28=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #02C61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C61C is #FD39E3. Grayscale: #787878. Windows color (decimal): -16595428 or 1885698. OLE color: 1885698.

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

Color convert

RGB219828-
CMYK0.9900.860.22
HSL127.96º98%39.22%-
HSV(B)127.96º98.99%77.65%-
XYZ20.4340.487.84-
YUV120.0276.0743.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 198 (77.73% from 255) = 86.84%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=0.88%
G=86.84%
B=12.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2198280.9900.860.22127.969839.22
Hex2C61C6305616806227
Octal23063414301262620014247
Binary10110001101110011000110101011010110100000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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