#02C447

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

Shades of Dark Pastel Green #02C447

Tints of Dark Pastel Green #02C447

Color information

#02C447 (or 0x02C447) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C4 and 47. RGB value is (2,196,71). Sum of RGB (Red+Green+Blue) = 2+196+71=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 196 (76.95% from 255 or 72.86% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 196 - color contains mainly: green. Hex color #02C447 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C447 is #FD3BB8. Grayscale: #7C7C7C. Windows color (decimal): -16595897 or 4703234. OLE color: 4703234.

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

Color convert

RGB219671-
CMYK0.9900.640.23
HSL141.34º97.98%38.82%-
HSV(B)141.34º98.98%76.86%-
XYZ20.939.9512.57-
YUV123.7498.2341.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 196 (76.95% from 255) = 72.86%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=0.74%
G=72.86%
B=26.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2196710.9900.640.23141.3497.9838.82
Hex2C44763040178d6227
Octal230410714301002721514247
Binary1011000100100011111000110100000010111100011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,196,71); }

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

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

 a { background-color: rgb(2,196,71); }

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

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

 span { border-color: rgb(2,196,71); }

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