#02C025

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

Shades of Dark Pastel Green #02C025

Tints of Dark Pastel Green #02C025

Color information

#02C025 (or 0x02C025) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C0 and 25. RGB value is (2,192,37). Sum of RGB (Red+Green+Blue) = 2+192+37=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #02C025 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C025 is #FD3FDA. Grayscale: #757575. Windows color (decimal): -16596955 or 2473986. OLE color: 2473986.

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

Color convert

RGB219237-
CMYK0.9900.810.25
HSL131.05º97.94%38.04%-
HSV(B)131.05º98.96%75.29%-
XYZ19.2137.858.04-
YUV117.5282.5545.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 192 (75.39% from 255) = 83.12%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=0.87%
G=83.12%
B=16.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2192370.9900.810.25131.0597.9438.04
Hex2C0256305119836226
Octal23004514301213120314246
Binary101100000010010111000110101000111001100000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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