Html Css Color HEX #02C449 Dark Pastel Green

📋 copy color: '#02C449'

red 2 ◦ green 196 ◦ blue 73

#02C449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02C449

Tints of Dark Pastel Green #02C449

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 196 (76.95% from 255) = 72.32%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 0.74%
G = 72.32%
B = 26.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#02C449 (or 0x02C449) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 49. RGB value is (2,196,73). Sum of RGB (Red+Green+Blue) = 2+196+73=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #02C449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C449 is #FD3BB6. Grayscale: #7C7C7C. Windows color (decimal): -16595895 or 4834306. OLE color: 4834306.

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

Color convert

RGB 2 196 73 -
CMYK 0.99 0 0.63 0.23
HSL 141.96º 0.98% 0.39% -
HSV(B) 141.96º 0.99% 0.77% -
XYZ 20.97 39.97 12.91 -
YUV 123.97 99.23 41 -
System Red Green Blue C M Y K H S L
Decimal 2 196 73 0.99 0 0.63 0.23 141.96 0.98 0.39
Hex 2 C4 49 63 0 3F 17 8E 62 27
Octal 2 304 111 143 0 77 27 216 142 47
Binary 10 11000100 1001001 1100011 0 111111 10111 10001110 1100010 100111

Color Harmonies of #02C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C449

Black with #02C449

Text Example


Text Example

White with #02C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C449;
 }
 .AnyTagClassName
 {
   color: #02C449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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