Html Css Color HEX #02C019 Dark Pastel Green

📋 copy color: '#02C019'

red 2 ◦ green 192 ◦ blue 25

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

Shades of Dark Pastel Green #02C019

Tints of Dark Pastel Green #02C019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 0.91%
G = 87.67%
B = 11.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#02C019 (or 0x02C019) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 19. RGB value is (2,192,25). Sum of RGB (Red+Green+Blue) = 2+192+25=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #02C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C019 is #FD3FE6. Grayscale: #747474. Windows color (decimal): -16596967 or 1687554. OLE color: 1687554.

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

Color convert

RGB 2 192 25 -
CMYK 0.99 0 0.87 0.25
HSL 127.26º 0.98% 0.38% -
HSV(B) 127.26º 0.99% 0.75% -
XYZ 19.05 37.78 7.21 -
YUV 116.15 76.55 46.58 -
System Red Green Blue C M Y K H S L
Decimal 2 192 25 0.99 0 0.87 0.25 127.26 0.98 0.38
Hex 2 C0 19 63 0 57 19 7F 62 26
Octal 2 300 31 143 0 127 31 177 142 46
Binary 10 11000000 11001 1100011 0 1010111 11001 1111111 1100010 100110

Color Harmonies of #02C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C019

Black with #02C019

Text Example


Text Example

White with #02C019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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