#02C01A

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

Shades of Dark Pastel Green #02C01A

Tints of Dark Pastel Green #02C01A

Color information

#02C01A (or 0x02C01A) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C0 and 1A. RGB value is (2,192,26). Sum of RGB (Red+Green+Blue) = 2+192+26=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #02C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C01A is #FD3FE5. Grayscale: #747474. Windows color (decimal): -16596966 or 1753090. OLE color: 1753090.

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

Color convert

RGB219226-
CMYK0.9900.860.25
HSL127.58º97.94%38.04%-
HSV(B)127.58º98.96%75.29%-
XYZ19.0637.797.27-
YUV116.2777.0546.5-

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.27%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=0.91%
G=87.27%
B=11.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2192260.9900.860.25127.5897.9438.04
Hex2C01A6305619806226
Octal23003214301263120014246
Binary10110000001101011000110101011011001100000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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