#02C032

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

Shades of Dark Pastel Green #02C032

Tints of Dark Pastel Green #02C032

Color information

#02C032 (or 0x02C032) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C0 and 32. RGB value is (2,192,50). Sum of RGB (Red+Green+Blue) = 2+192+50=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #02C032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C032 is #FD3FCD. Grayscale: #777777. Windows color (decimal): -16596942 or 3325954. OLE color: 3325954.

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

Color convert

RGB219250-
CMYK0.9900.740.25
HSL135.16º97.94%38.04%-
HSV(B)135.16º98.96%75.29%-
XYZ19.4537.949.32-
YUV11989.0544.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 192 (75.39% from 255) = 78.69%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=0.82%
G=78.69%
B=20.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2192500.9900.740.25135.1697.9438.04
Hex2C0326304A19876226
Octal23006214301123120714246
Binary101100000011001011000110100101011001100001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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