#02C426

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

Shades of Dark Pastel Green #02C426

Tints of Dark Pastel Green #02C426

Color information

#02C426 (or 0x02C426) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C4 and 26. RGB value is (2,196,38). Sum of RGB (Red+Green+Blue) = 2+196+38=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #02C426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C426 is #FD3BD9. Grayscale: #787878. Windows color (decimal): -16595930 or 2540546. OLE color: 2540546.

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

Color convert

RGB219638-
CMYK0.9900.810.23
HSL131.13º97.98%38.82%-
HSV(B)131.13º98.98%76.86%-
XYZ20.1139.638.42-
YUV119.9881.7343.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 196 (76.95% from 255) = 83.05%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=0.85%
G=83.05%
B=16.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2196380.9900.810.23131.1397.9838.82
Hex2C4266305117836227
Octal23044614301212720314247
Binary101100010010011011000110101000110111100000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,196,38); }

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

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

 a { background-color: rgb(2,196,38); }

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

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

 span { border-color: rgb(2,196,38); }

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