#02C349

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

Shades of Dark Pastel Green #02C349

Tints of Dark Pastel Green #02C349

Color information

#02C349 (or 0x02C349) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C3 and 49. RGB value is (2,195,73). Sum of RGB (Red+Green+Blue) = 2+195+73=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #02C349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C349 is #FD3CB6. Grayscale: #7B7B7B. Windows color (decimal): -16596151 or 4834050. OLE color: 4834050.

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

Color convert

RGB219573-
CMYK0.9900.630.24
HSL142.07º97.97%38.63%-
HSV(B)142.07º98.97%76.47%-
XYZ20.7439.5212.84-
YUV123.3899.5641.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 195 (76.56% from 255) = 72.22%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=0.74%
G=72.22%
B=27.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2195730.9900.630.24142.0797.9738.63
Hex2C3496303F188e6227
Octal23031111430773021614247
Binary101100001110010011100011011111111000100011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,195,73); }

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

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

 a { background-color: rgb(2,195,73); }

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

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

 span { border-color: rgb(2,195,73); }

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