#02C73B

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

Shades of Dark Pastel Green #02C73B

Tints of Dark Pastel Green #02C73B

Color information

#02C73B (or 0x02C73B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C7 and 3B. RGB value is (2,199,59). Sum of RGB (Red+Green+Blue) = 2+199+59=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #02C73B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C73B is #FD38C4. Grayscale: #7C7C7C. Windows color (decimal): -16595141 or 3917570. OLE color: 3917570.

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

Color convert

RGB219959-
CMYK0.9900.700.22
HSL137.36º98.01%39.41%-
HSV(B)137.36º98.99%78.04%-
XYZ21.2441.1810.97-
YUV124.1491.2340.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 199 (78.12% from 255) = 76.54%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=0.77%
G=76.54%
B=22.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2199590.9900.700.22137.3698.0139.41
Hex2C73B6304616896227
Octal23077314301062621114247
Binary101100011111101111000110100011010110100010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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