#02C019

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

Shades of Dark Pastel Green #02C019

Tints of Dark Pastel Green #02C019

Color information

#02C019 (or 0x02C019) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C0 and 19. RGB value is (2,192,25). Sum of RGB (Red+Green+Blue) = 2+192+25=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #02C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C019 is #FD3FE6. Grayscale: #747474. Windows color (decimal): -16596967 or 1687554. OLE color: 1687554.

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

Color convert

RGB219225-
CMYK0.9900.870.25
HSL127.26º97.94%38.04%-
HSV(B)127.26º98.96%75.29%-
XYZ19.0537.787.21-
YUV116.1576.5546.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 192 (75.39% from 255) = 87.67%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=0.91%
G=87.67%
B=11.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2192250.9900.870.25127.2697.9438.04
Hex2C01963057197f6226
Octal23003114301273117714246
Binary1011000000110011100011010101111100111111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,192,25); }

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

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

 a { background-color: rgb(2,192,25); }

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

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

 span { border-color: rgb(2,192,25); }

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