Html Css Color HEX #02C622 Dark Pastel Green

📋 copy color: '#02C622'

red 2 ◦ green 198 ◦ blue 34

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

Shades of Dark Pastel Green #02C622

Tints of Dark Pastel Green #02C622

RGB

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

 GREEN value IS 198 (77.73% from 255) = 84.62%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 0.85%
G = 84.62%
B = 14.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#02C622 (or 0x02C622) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 22. RGB value is (2,198,34). Sum of RGB (Red+Green+Blue) = 2+198+34=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #02C622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C622 is #FD39DD. Grayscale: #797979. Windows color (decimal): -16595422 or 2278914. OLE color: 2278914.

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

Color convert

RGB 2 198 34 -
CMYK 0.99 0 0.83 0.22
HSL 129.8º 0.98% 0.39% -
HSV(B) 129.8º 0.99% 0.78% -
XYZ 20.51 40.52 8.25 -
YUV 120.7 79.07 43.34 -
System Red Green Blue C M Y K H S L
Decimal 2 198 34 0.99 0 0.83 0.22 129.8 0.98 0.39
Hex 2 C6 22 63 0 53 16 82 62 27
Octal 2 306 42 143 0 123 26 202 142 47
Binary 10 11000110 100010 1100011 0 1010011 10110 10000010 1100010 100111

Color Harmonies of #02C622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C622

Black with #02C622

Text Example


Text Example

White with #02C622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,198,34); }

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

background-color css

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

 a { background-color: rgb(2,198,34); }

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

border-color css

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

 span { border-color: rgb(2,198,34); }

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