#02C13B

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

Shades of Dark Pastel Green #02C13B

Tints of Dark Pastel Green #02C13B

Color information

#02C13B (or 0x02C13B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C1 and 3B. RGB value is (2,193,59). Sum of RGB (Red+Green+Blue) = 2+193+59=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 193 (75.78% from 255 or 75.98% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 193 - color contains mainly: green. Hex color #02C13B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C13B is #FD3EC4. Grayscale: #787878. Windows color (decimal): -16596677 or 3916034. OLE color: 3916034.

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

Color convert

RGB219359-
CMYK0.9900.690.24
HSL137.91º97.95%38.24%-
HSV(B)137.91º98.96%75.69%-
XYZ19.8838.4710.51-
YUV120.6293.2243.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 193 (75.78% from 255) = 75.98%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=0.79%
G=75.98%
B=23.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2193590.9900.690.24137.9197.9538.24
Hex2C13B63045188a6226
Octal23017314301053021214246
Binary101100000111101111000110100010111000100010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,193,59); }

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

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

 a { background-color: rgb(2,193,59); }

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

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

 span { border-color: rgb(2,193,59); }

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