Html Css Color HEX #02C022 Dark Pastel Green

📋 copy color: '#02C022'

red 2 ◦ green 192 ◦ blue 34

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

Shades of Dark Pastel Green #02C022

Tints of Dark Pastel Green #02C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 84.21%

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

R = 0.88%
G = 84.21%
B = 14.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#02C022 (or 0x02C022) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 22. RGB value is (2,192,34). Sum of RGB (Red+Green+Blue) = 2+192+34=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #02C022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C022 is #FD3FDD. Grayscale: #757575. Windows color (decimal): -16596958 or 2277378. OLE color: 2277378.

HSL color Cylindrical-coordinate representation of color #02C022: hue angle of 130.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C022 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 34 -
CMYK 0.99 0 0.82 0.25
HSL 130.11º 0.98% 0.38% -
HSV(B) 130.11º 0.99% 0.75% -
XYZ 19.16 37.83 7.8 -
YUV 117.18 81.05 45.85 -
System Red Green Blue C M Y K H S L
Decimal 2 192 34 0.99 0 0.82 0.25 130.11 0.98 0.38
Hex 2 C0 22 63 0 52 19 82 62 26
Octal 2 300 42 143 0 122 31 202 142 46
Binary 10 11000000 100010 1100011 0 1010010 11001 10000010 1100010 100110

Color Harmonies of #02C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C022

Black with #02C022

Text Example


Text Example

White with #02C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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